]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Update to 3.19.3
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 24 Nov 2015 09:56:00 +0000 (10:56 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 24 Nov 2015 09:56:00 +0000 (10:56 +0100)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.gi

index db5f0fc0eb0174d7e63c554488d6d2951a3165b7..f7fd1749f0b4294a65d38ac1269a538daf4975af 100644 (file)
@@ -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,
index 60045da6c486f89fdd36989e495d20b3d51c80e9..7a94aef724caed3d1185702a9c8304417ecb6a77 100644 (file)
                        <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"/>
                        <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>
                                </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"/>