]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Update to 3.12.0
authorRico Tzschichholz <ricotz@t-online.de>
Tue, 25 Mar 2014 09:34:50 +0000 (10:34 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 25 Mar 2014 09:34:50 +0000 (10:34 +0100)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.gi

index f919ba51a49348289c231f0ecf02a346f46faa68..8a3617fa7ee60fe2940d2f9ed7127841fc0e8f4e 100644 (file)
@@ -3602,6 +3602,11 @@ namespace Gtk {
                public virtual signal void closed ();
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
+       public class PopoverAccessible : Gtk.ContainerAccessible, Atk.Component {
+               [CCode (has_construct_function = false)]
+               protected PopoverAccessible ();
+       }
+       [CCode (cheader_filename = "gtk/gtk.h")]
        public class PrintContext : GLib.Object {
                [CCode (has_construct_function = false)]
                protected PrintContext ();
@@ -6897,6 +6902,7 @@ namespace Gtk {
                public abstract int get_child_index (Gtk.CellAccessible cell);
                public abstract Gtk.CellRendererState get_renderer_state (Gtk.CellAccessible cell);
                public abstract bool grab_focus (Gtk.CellAccessible cell);
+               public abstract void update_relationset (Gtk.CellAccessible cell, Atk.RelationSet relationset);
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
        public interface CellEditable : Gtk.Widget {
index b1a9b90dc18c81a0f2bc03d45d69537013aaae1c..49718ec3b9b572fb9312726f7cd7af6bf9a483ee 100644 (file)
                                </parameters>
                        </signal>
                </object>
+               <object name="GtkPopoverAccessible" parent="GtkContainerAccessible" type-name="GtkPopoverAccessible" get-type="gtk_popover_accessible_get_type">
+                       <implements>
+                               <interface name="AtkComponent"/>
+                       </implements>
+               </object>
                <object name="GtkPrintContext" parent="GObject" type-name="GtkPrintContext" get-type="gtk_print_context_get_type">
                        <method name="create_pango_context" symbol="gtk_print_context_create_pango_context">
                                <return-type type="PangoContext*"/>
                                        <parameter name="cell" type="GtkCellAccessible*"/>
                                </parameters>
                        </method>
+                       <method name="update_relationset" symbol="gtk_cell_accessible_parent_update_relationset">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="parent" type="GtkCellAccessibleParent*"/>
+                                       <parameter name="cell" type="GtkCellAccessible*"/>
+                                       <parameter name="relationset" type="AtkRelationSet*"/>
+                               </parameters>
+                       </method>
                        <vfunc name="activate">
                                <return-type type="void"/>
                                <parameters>
                                        <parameter name="cell" type="GtkCellAccessible*"/>
                                </parameters>
                        </vfunc>
+                       <vfunc name="update_relationset">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="parent" type="GtkCellAccessibleParent*"/>
+                                       <parameter name="cell" type="GtkCellAccessible*"/>
+                                       <parameter name="relationset" type="AtkRelationSet*"/>
+                               </parameters>
+                       </vfunc>
                </interface>
                <interface name="GtkCellEditable" type-name="GtkCellEditable" get-type="gtk_cell_editable_get_type">
                        <requires>
                                </parameters>
                        </vfunc>
                </interface>
-               <constant name="GTK_BINARY_AGE" type="int" value="1106"/>
+               <constant name="GTK_BINARY_AGE" type="int" value="1200"/>
                <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="6"/>
-               <constant name="GTK_MINOR_VERSION" type="int" value="11"/>
+               <constant name="GTK_MICRO_VERSION" type="int" value="0"/>
+               <constant name="GTK_MINOR_VERSION" type="int" value="12"/>
                <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"/>