[vala] gtk+-3.0: Update to 3.12.0



commit 28f463d44c77ad47aa816b6838be425b48498c94
Author: Rico Tzschichholz <ricotz t-online de>
Date:   Tue Mar 25 10:34:50 2014 +0100

    gtk+-3.0: Update to 3.12.0

 vapi/gtk+-3.0.vapi                 |    6 ++++++
 vapi/packages/gtk+-3.0/gtk+-3.0.gi |   27 ++++++++++++++++++++++++---
 2 files changed, 30 insertions(+), 3 deletions(-)
---
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index f919ba5..8a3617f 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -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 {
diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi
index b1a9b90..49718ec 100644
--- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi
+++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi
@@ -18803,6 +18803,11 @@
                                </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*"/>
@@ -32019,6 +32024,14 @@
                                        <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>
@@ -32081,6 +32094,14 @@
                                        <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>
@@ -34242,15 +34263,15 @@
                                </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"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]