[vala] gtk+-3.0: Update to 3.14.1



commit 08254c8d82b0c9bc58716ccb5440461e4d806100
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Sep 30 10:12:05 2014 +0200

    gtk+-3.0: Update to 3.14.1

 vapi/gtk+-3.0.vapi                 |    8 +++++++-
 vapi/packages/gtk+-3.0/gtk+-3.0.gi |   13 ++++++++-----
 2 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index 2ca42d9..8b76d5b 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -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 ();
diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi
index 439aa5d..9d58560 100644
--- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi
+++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi
@@ -22095,6 +22095,9 @@
                        <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"/>
@@ -32314,7 +32317,7 @@
                                </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"/>
@@ -35014,15 +35017,15 @@
                                </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"/>


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