[vala] gtk+-3.0: Update to 3.15.9



commit 22996ac11e59e231fc9e4115e2c5dc901512e618
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Feb 26 14:07:37 2015 +0100

    gtk+-3.0: Update to 3.15.9

 vapi/gtk+-3.0.vapi                       |    7 ++++++-
 vapi/packages/gtk+-3.0/gtk+-3.0.gi       |   19 +++++++++++++++++--
 vapi/packages/gtk+-3.0/gtk+-3.0.metadata |    1 +
 3 files changed, 24 insertions(+), 3 deletions(-)
---
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index 62fd4a7..539289f 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -2373,6 +2373,8 @@ namespace Gtk {
        public class GestureLongPress : Gtk.GestureSingle {
                [CCode (has_construct_function = false, type = "GtkGesture*")]
                public GestureLongPress (Gtk.Widget widget);
+               [NoAccessorMethod]
+               public double delay_factor { get; set; }
                public virtual signal void cancelled ();
                public virtual signal void pressed (double p0, double p1);
        }
@@ -3781,14 +3783,17 @@ namespace Gtk {
                public bool get_pointing_to (out Gdk.Rectangle rect);
                public Gtk.PositionType get_position ();
                public unowned Gtk.Widget get_relative_to ();
+               public bool get_transitions_enabled ();
                public void set_modal (bool modal);
                public void set_pointing_to (Gdk.Rectangle rect);
                public void set_position (Gtk.PositionType position);
                public void set_relative_to (Gtk.Widget relative_to);
+               public void set_transitions_enabled (bool transitions_enabled);
                public bool modal { get; set; }
                public Cairo.RectangleInt pointing_to { get; set; }
                public Gtk.PositionType position { get; set construct; }
                public Gtk.Widget relative_to { get; set; }
+               public bool transitions_enabled { get; set; }
                public virtual signal void closed ();
        }
        [CCode (cheader_filename = "gtk/gtk.h,gtk/gtk-a11y.h", type_id = "gtk_popover_accessible_get_type 
()")]
@@ -8705,7 +8710,7 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h", instance_pos = 2.9)]
        public delegate int KeySnoopFunc (Gtk.Widget grab_widget, Gdk.EventKey event);
        [CCode (cheader_filename = "gtk/gtk.h")]
-       public delegate Gtk.Widget ListBoxCreateWidgetFunc (void* item);
+       public delegate Gtk.Widget ListBoxCreateWidgetFunc (GLib.Object item);
        [CCode (cheader_filename = "gtk/gtk.h")]
        public delegate bool ListBoxFilterFunc (Gtk.ListBoxRow row);
        [CCode (cheader_filename = "gtk/gtk.h")]
diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi
index 6749929..468d198 100644
--- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi
+++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi
@@ -13974,6 +13974,7 @@
                                        <parameter name="widget" type="GtkWidget*"/>
                                </parameters>
                        </constructor>
+                       <property name="delay-factor" type="gdouble" readable="1" writable="1" construct="0" 
construct-only="0"/>
                        <signal name="cancelled" when="LAST">
                                <return-type type="void"/>
                                <parameters>
@@ -19722,6 +19723,12 @@
                                        <parameter name="popover" type="GtkPopover*"/>
                                </parameters>
                        </method>
+                       <method name="get_transitions_enabled" symbol="gtk_popover_get_transitions_enabled">
+                               <return-type type="gboolean"/>
+                               <parameters>
+                                       <parameter name="popover" type="GtkPopover*"/>
+                               </parameters>
+                       </method>
                        <constructor name="new" symbol="gtk_popover_new">
                                <return-type type="GtkWidget*"/>
                                <parameters>
@@ -19763,10 +19770,18 @@
                                        <parameter name="relative_to" type="GtkWidget*"/>
                                </parameters>
                        </method>
+                       <method name="set_transitions_enabled" symbol="gtk_popover_set_transitions_enabled">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="popover" type="GtkPopover*"/>
+                                       <parameter name="transitions_enabled" type="gboolean"/>
+                               </parameters>
+                       </method>
                        <property name="modal" type="gboolean" readable="1" writable="1" construct="0" 
construct-only="0"/>
                        <property name="pointing-to" type="cairo_rectangle_int_t*" readable="1" writable="1" 
construct="0" construct-only="0"/>
                        <property name="position" type="GtkPositionType" readable="1" writable="1" 
construct="1" construct-only="0"/>
                        <property name="relative-to" type="GtkWidget*" readable="1" writable="1" 
construct="0" construct-only="0"/>
+                       <property name="transitions-enabled" type="gboolean" readable="1" writable="1" 
construct="0" construct-only="0"/>
                        <signal name="closed" when="LAST">
                                <return-type type="void"/>
                                <parameters>
@@ -35485,14 +35500,14 @@
                                </parameters>
                        </vfunc>
                </interface>
-               <constant name="GTK_BINARY_AGE" type="int" value="1507"/>
+               <constant name="GTK_BINARY_AGE" type="int" value="1509"/>
                <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="7"/>
+               <constant name="GTK_MICRO_VERSION" type="int" value="9"/>
                <constant name="GTK_MINOR_VERSION" type="int" value="15"/>
                <constant name="GTK_PAPER_NAME_A3" type="char*" value="iso_a3"/>
                <constant name="GTK_PAPER_NAME_A4" type="char*" value="iso_a4"/>
diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
index bf4b3a2..359f894 100644
--- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
+++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata
@@ -606,6 +606,7 @@ GtkListBox::select_all has_emitter="1"
 GtkListBox::row_selected.row nullable="1"
 GtkListBox::unselect_all has_emitter="1"
 GtkListBoxCreateWidgetFunc transfer_ownership="1"
+GtkListBoxCreateWidgetFunc.item type_name="GLib.Object"
 gtk_list_store_new ellipsis="1" sentinel="-1"
 gtk_list_store_newv.n_columns hidden="1"
 gtk_list_store_newv.types array_length_pos="0.9"


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