summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-09-30 10:12:05 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2014-10-03 11:51:09 +0200
commit3377425b3ae9e97690c055de329c76eb501763b4 (patch)
tree7ee541a3e06606c916d50efe4bc131cd3fe41c2b
parentc06be999baac18a36d268ab897ca264406d949ed (diff)
downloadvala-3377425b3ae9e97690c055de329c76eb501763b4.tar.gz
gtk+-3.0: Update to 3.14.1
(cherry picked from commit 08254c8d82b0c9bc58716ccb5440461e4d806100)
-rw-r--r--vapi/gtk+-3.0.vapi8
-rw-r--r--vapi/packages/gtk+-3.0/gtk+-3.0.gi13
2 files changed, 15 insertions, 6 deletions
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index 2ca42d954..8b76d5bfd 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 439aa5d3f..9d58560c7 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"/>