]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Update to 3.19.11+
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 8 Mar 2016 15:37:01 +0000 (16:37 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 8 Mar 2016 15:37:01 +0000 (16:37 +0100)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.gi

index 61ba97eae06f859a55ef90341e6f95ea9287c434..df94ca557bfb7f23e2320b8f17634333a5043b54 100644 (file)
@@ -3816,6 +3816,7 @@ namespace Gtk {
                [CCode (cname = "show_other_locations")]
                [Version (experimental = true)]
                public virtual signal void show_other_locations_requested ();
+               public virtual signal void show_other_locations_with_flags (Gtk.PlacesOpenFlags p0);
                public virtual signal void unmount (GLib.MountOperation p0);
        }
        [CCode (cheader_filename = "gtk/gtkx.h", type_id = "gtk_plug_get_type ()")]
@@ -4654,6 +4655,8 @@ namespace Gtk {
                [NoAccessorMethod]
                public bool gtk_keynav_cursor_only { get; set; }
                [NoAccessorMethod]
+               public bool gtk_keynav_use_caret { get; set; }
+               [NoAccessorMethod]
                public bool gtk_keynav_wrap_around { get; set; }
                [NoAccessorMethod]
                public bool gtk_label_select_on_focus { get; set; }
index c6d7846d7d68b01ba47995053698285530d05b92..08c7fb5366de45026f0d7d497ae31f56688c1a4a 100644 (file)
                                        <parameter name="object" type="GtkPlacesSidebar*"/>
                                </parameters>
                        </signal>
+                       <signal name="show-other-locations-with-flags" when="FIRST">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="object" type="GtkPlacesSidebar*"/>
+                                       <parameter name="p0" type="GtkPlacesOpenFlags"/>
+                               </parameters>
+                       </signal>
                        <signal name="unmount" when="FIRST">
                                <return-type type="void"/>
                                <parameters>
                        <property name="gtk-im-status-style" type="GtkIMStatusStyle" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="gtk-key-theme-name" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="gtk-keynav-cursor-only" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
+                       <property name="gtk-keynav-use-caret" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="gtk-keynav-wrap-around" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="gtk-label-select-on-focus" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="gtk-long-press-time" type="guint" readable="1" writable="1" construct="0" construct-only="0"/>
                                </parameters>
                        </vfunc>
                </interface>
-               <constant name="GTK_BINARY_AGE" type="int" value="1909"/>
+               <constant name="GTK_BINARY_AGE" type="int" value="1911"/>
                <constant name="GTK_INPUT_ERROR" type="int" value="-1"/>
                <constant name="GTK_INTERFACE_AGE" type="int" value="0"/>
                <constant name="GTK_LEVEL_BAR_OFFSET_FULL" type="char*" value="full"/>
                <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="9"/>
+               <constant name="GTK_MICRO_VERSION" type="int" value="11"/>
                <constant name="GTK_MINOR_VERSION" type="int" value="19"/>
                <constant name="GTK_PAPER_NAME_A3" type="char*" value="iso_a3"/>
                <constant name="GTK_PAPER_NAME_A4" type="char*" value="iso_a4"/>