[vala] gtk+-3.0: Update to 3.19.3
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gtk+-3.0: Update to 3.19.3
- Date: Tue, 24 Nov 2015 09:56:51 +0000 (UTC)
commit 7e4c3e1f3c704d7ebfb8e52aae1cdc8e4cdf4bd7
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Tue Nov 24 10:56:00 2015 +0100
gtk+-3.0: Update to 3.19.3
vapi/gtk+-3.0.vapi | 21 +++++++++++++++++++++
vapi/packages/gtk+-3.0/gtk+-3.0.gi | 19 +++++++++++++++++--
2 files changed, 38 insertions(+), 2 deletions(-)
---
diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi
index db5f0fc..f7fd174 100644
--- a/vapi/gtk+-3.0.vapi
+++ b/vapi/gtk+-3.0.vapi
@@ -4791,6 +4791,16 @@ namespace Gtk {
[NoAccessorMethod]
public Gtk.TextDirection direction { get; set; }
[NoAccessorMethod]
+ public GLib.Icon icon { owned get; set; }
+ [NoAccessorMethod]
+ public bool icon_set { get; set; }
+ [NoAccessorMethod]
+ public Gtk.ShortcutType shortcut_type { get; set; }
+ [NoAccessorMethod]
+ public string subtitle { owned get; set; }
+ [NoAccessorMethod]
+ public bool subtitle_set { get; set; }
+ [NoAccessorMethod]
public string title { owned get; set; }
[NoAccessorMethod]
public Gtk.SizeGroup title_size_group { set; }
@@ -8538,6 +8548,17 @@ namespace Gtk {
ETCHED_IN,
ETCHED_OUT
}
+ [CCode (cheader_filename = "gtk/gtk.h", cprefix = "GTK_SHORTCUT_")]
+ public enum ShortcutType {
+ ACCELERATOR,
+ GESTURE_PINCH,
+ GESTURE_STRETCH,
+ GESTURE_ROTATE_CLOCKWISE,
+ GESTURE_ROTATE_COUNTERCLOCKWISE,
+ GESTURE_TWO_FINGER_SWIPE_LEFT,
+ GESTURE_TWO_FINGER_SWIPE_RIGHT,
+ GESTURE
+ }
[CCode (cheader_filename = "gtk/gtk.h", cprefix = "GTK_SIZE_GROUP_")]
public enum SizeGroupMode {
NONE,
diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi
index 60045da..7a94aef 100644
--- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi
+++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi
@@ -5172,6 +5172,16 @@
<member name="GTK_SHADOW_ETCHED_IN" value="3"/>
<member name="GTK_SHADOW_ETCHED_OUT" value="4"/>
</enum>
+ <enum name="GtkShortcutType" type-name="GtkShortcutType"
get-type="gtk_shortcut_type_get_type">
+ <member name="GTK_SHORTCUT_ACCELERATOR" value="0"/>
+ <member name="GTK_SHORTCUT_GESTURE_PINCH" value="1"/>
+ <member name="GTK_SHORTCUT_GESTURE_STRETCH" value="2"/>
+ <member name="GTK_SHORTCUT_GESTURE_ROTATE_CLOCKWISE" value="3"/>
+ <member name="GTK_SHORTCUT_GESTURE_ROTATE_COUNTERCLOCKWISE" value="4"/>
+ <member name="GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_LEFT" value="5"/>
+ <member name="GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_RIGHT" value="6"/>
+ <member name="GTK_SHORTCUT_GESTURE" value="7"/>
+ </enum>
<enum name="GtkSizeGroupMode" type-name="GtkSizeGroupMode"
get-type="gtk_size_group_mode_get_type">
<member name="GTK_SIZE_GROUP_NONE" value="0"/>
<member name="GTK_SIZE_GROUP_HORIZONTAL" value="1"/>
@@ -22880,6 +22890,11 @@
<property name="accel-size-group" type="GtkSizeGroup*" readable="0" writable="1"
construct="0" construct-only="0"/>
<property name="accelerator" type="char*" readable="1" writable="1" construct="0"
construct-only="0"/>
<property name="direction" type="GtkTextDirection" readable="1" writable="1"
construct="0" construct-only="0"/>
+ <property name="icon" type="GIcon*" readable="1" writable="1" construct="0"
construct-only="0"/>
+ <property name="icon-set" type="gboolean" readable="1" writable="1" construct="0"
construct-only="0"/>
+ <property name="shortcut-type" type="GtkShortcutType" readable="1" writable="1"
construct="0" construct-only="0"/>
+ <property name="subtitle" type="char*" readable="1" writable="1" construct="0"
construct-only="0"/>
+ <property name="subtitle-set" type="gboolean" readable="1" writable="1" construct="0"
construct-only="0"/>
<property name="title" type="char*" readable="1" writable="1" construct="0"
construct-only="0"/>
<property name="title-size-group" type="GtkSizeGroup*" readable="0" writable="1"
construct="0" construct-only="0"/>
</object>
@@ -36087,14 +36102,14 @@
</parameters>
</vfunc>
</interface>
- <constant name="GTK_BINARY_AGE" type="int" value="1902"/>
+ <constant name="GTK_BINARY_AGE" type="int" value="1903"/>
<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="2"/>
+ <constant name="GTK_MICRO_VERSION" type="int" value="3"/>
<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"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]