]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Update to 3.15.9
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 26 Feb 2015 13:07:37 +0000 (14:07 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 26 Feb 2015 13:07:37 +0000 (14:07 +0100)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.gi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index 62fd4a7f02128e365ace983becaa9d17b7c9fafc..539289fb01a994dc2a6f8f32723a65609cb60eed 100644 (file)
@@ -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")]
index 67499298a0392347bfcfda5100133ee368647f7a..468d198e72fe927fc4074b47a13d9b965ca00c97 100644 (file)
                                        <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>
                                        <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>
                                        <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>
                                </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"/>
index bf4b3a26a324655cc2c7605f2a3df3d28a862bbd..359f89423359b1dd7e3aca8137d474b93efb3d9d 100644 (file)
@@ -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"