]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Update to 3.14.1
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 30 Sep 2014 08:12:05 +0000 (10:12 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 3 Oct 2014 09:51:09 +0000 (11:51 +0200)
(cherry picked from commit 08254c8d82b0c9bc58716ccb5440461e4d806100)

vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.gi

index 2ca42d95470cdb3fb937b11c92bd08520820e302..8b76d5bfd5596170314011a02cdae4a26ff1ff08 100644 (file)
@@ -4551,6 +4551,12 @@ namespace Gtk {
                [NoAccessorMethod]
                public int gtk_timeout_repeat { get; set; }
                [NoAccessorMethod]
+               public string gtk_titlebar_double_click { owned get; set; }
+               [NoAccessorMethod]
+               public string gtk_titlebar_middle_click { owned get; set; }
+               [NoAccessorMethod]
+               public string gtk_titlebar_right_click { owned get; set; }
+               [NoAccessorMethod]
                public Gtk.IconSize gtk_toolbar_icon_size { get; set; }
                [NoAccessorMethod]
                public Gtk.ToolbarStyle gtk_toolbar_style { get; set; }
@@ -6873,7 +6879,7 @@ namespace Gtk {
                [CCode (cname = "activate_default")]
                [Experimental]
                public virtual signal void default_activated ();
-               public virtual signal void enable_debugging (bool toggle);
+               public virtual signal bool enable_debugging (bool toggle);
                [CCode (cname = "activate_focus")]
                [Experimental]
                public virtual signal void focus_activated ();
index 439aa5d3f5faa09884fd992b7a3effa5d2477a9f..9d58560c75c2ffacf74e768925d20d9adccde0fb 100644 (file)
                        <property name="gtk-timeout-expand" type="gint" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="gtk-timeout-initial" type="gint" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="gtk-timeout-repeat" type="gint" readable="1" writable="1" construct="0" construct-only="0"/>
+                       <property name="gtk-titlebar-double-click" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>
+                       <property name="gtk-titlebar-middle-click" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>
+                       <property name="gtk-titlebar-right-click" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="gtk-toolbar-icon-size" type="GtkIconSize" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="gtk-toolbar-style" type="GtkToolbarStyle" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="gtk-tooltip-browse-mode-timeout" type="gint" readable="1" writable="1" construct="0" construct-only="0"/>
                                </parameters>
                        </signal>
                        <signal name="enable-debugging" when="LAST">
-                               <return-type type="void"/>
+                               <return-type type="gboolean"/>
                                <parameters>
                                        <parameter name="window" type="GtkWindow*"/>
                                        <parameter name="toggle" type="gboolean"/>
                                </parameters>
                        </vfunc>
                </interface>
-               <constant name="GTK_BINARY_AGE" type="int" value="1309"/>
+               <constant name="GTK_BINARY_AGE" type="int" value="1401"/>
                <constant name="GTK_INPUT_ERROR" type="int" value="-1"/>
-               <constant name="GTK_INTERFACE_AGE" type="int" value="0"/>
+               <constant name="GTK_INTERFACE_AGE" type="int" value="1"/>
                <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="9"/>
-               <constant name="GTK_MINOR_VERSION" type="int" value="13"/>
+               <constant name="GTK_MICRO_VERSION" type="int" value="1"/>
+               <constant name="GTK_MINOR_VERSION" type="int" value="14"/>
                <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"/>