]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Update to 3.10.0
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 24 Sep 2013 21:58:37 +0000 (23:58 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 24 Sep 2013 21:58:37 +0000 (23:58 +0200)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.gi

index 797997d489543adc133435665ef3088f985f20ec..c3474122054cdf40a44468d0de99f4bb8bcca110 100644 (file)
@@ -2899,6 +2899,11 @@ namespace Gtk {
                public virtual signal void activate ();
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
+       public class ListBoxRowAccessible : Gtk.ContainerAccessible, Atk.Component {
+               [CCode (has_construct_function = false)]
+               protected ListBoxRowAccessible ();
+       }
+       [CCode (cheader_filename = "gtk/gtk.h")]
        public class ListStore : GLib.Object, Gtk.TreeModel, Gtk.TreeDragSource, Gtk.TreeDragDest, Gtk.TreeSortable, Gtk.Buildable {
                [CCode (has_construct_function = false, sentinel = "")]
                public ListStore (int n_columns, ...);
index 6a8dfde2fe6633aabb8f73881ac296f6d676ef89..49916f5bd2643dc52902be3ef7f83c530d87a623 100644 (file)
                                </parameters>
                        </signal>
                </object>
+               <object name="GtkListBoxRowAccessible" parent="GtkContainerAccessible" type-name="GtkListBoxRowAccessible" get-type="gtk_list_box_row_accessible_get_type">
+                       <implements>
+                               <interface name="AtkComponent"/>
+                       </implements>
+               </object>
                <object name="GtkListStore" parent="GObject" type-name="GtkListStore" get-type="gtk_list_store_get_type">
                        <implements>
                                <interface name="GtkTreeModel"/>
                                </parameters>
                        </vfunc>
                </interface>
-               <constant name="GTK_BINARY_AGE" type="int" value="916"/>
+               <constant name="GTK_BINARY_AGE" type="int" value="1000"/>
                <constant name="GTK_INPUT_ERROR" type="int" value="-1"/>
                <constant name="GTK_INTERFACE_AGE" type="int" value="0"/>
                <constant name="GTK_LEVEL_BAR_OFFSET_HIGH" type="char*" value="high"/>
                <constant name="GTK_LEVEL_BAR_OFFSET_LOW" type="char*" value="low"/>
                <constant name="GTK_MAJOR_VERSION" type="int" value="3"/>
                <constant name="GTK_MAX_COMPOSE_LEN" type="int" value="7"/>
-               <constant name="GTK_MICRO_VERSION" type="int" value="16"/>
-               <constant name="GTK_MINOR_VERSION" type="int" value="9"/>
+               <constant name="GTK_MICRO_VERSION" type="int" value="0"/>
+               <constant name="GTK_MINOR_VERSION" type="int" value="10"/>
                <constant name="GTK_PAPER_NAME_A3" type="char*" value="iso_a3"/>
                <constant name="GTK_PAPER_NAME_A4" type="char*" value="iso_a4"/>
                <constant name="GTK_PAPER_NAME_A5" type="char*" value="iso_a5"/>