]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gdk-3.0, gtk+-3.0: Update to 3.19.7
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 20 Jan 2016 08:20:55 +0000 (09:20 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 20 Jan 2016 08:20:55 +0000 (09:20 +0100)
vapi/gdk-3.0.vapi
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.gi

index 95e0a5c6b633f8cc16c8d50097b1dd8e735da770..8983ce488975010a3156bcc3727b55e3687342be 100644 (file)
@@ -4761,8 +4761,13 @@ namespace Gdk {
                public unowned Gdk.Window get_source_window ();
                public Gdk.DragAction get_suggested_action ();
                public unowned GLib.List<Gdk.Atom> list_targets ();
+               public bool manage_dnd (Gdk.Window ipc_window, Gdk.DragAction actions);
                public void set_device (Gdk.Device device);
                public void set_hotspot (int hot_x, int hot_y);
+               public signal void action_changed (Gdk.DragAction object);
+               public signal void cancel ();
+               public signal void dnd_finished ();
+               public signal void drop_performed (int object);
        }
        [CCode (cheader_filename = "gdk/gdk.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "gdk_event_get_type ()")]
        [Compact]
@@ -4792,6 +4797,7 @@ namespace Gdk {
                public uint32 get_time ();
                public unowned Gdk.Window get_window ();
                public static void handler_set (owned Gdk.EventFunc func);
+               public bool is_scroll_stop_event ();
                public static Gdk.Event? peek ();
                public void put ();
                public static void request_motions (Gdk.EventMotion event);
@@ -4982,6 +4988,7 @@ namespace Gdk {
                public double delta_y;
                public weak Gdk.Device device;
                public Gdk.ScrollDirection direction;
+               public uint is_stop;
                public int8 send_event;
                public Gdk.ModifierType state;
                public uint32 time;
index 23a7293ae49df27b4e7963a4a0f7cd82d1f0e4cb..0bcab8f9b315d6433594aed807b066c6a38c85cf 100644 (file)
@@ -5729,6 +5729,7 @@ namespace Gtk {
                public bool move_mark_onscreen (Gtk.TextMark mark);
                public bool move_visually (Gtk.TextIter iter, int count);
                public bool place_cursor_onscreen ();
+               public void reset_cursor_blink ();
                public void reset_im_context ();
                public void scroll_mark_onscreen (Gtk.TextMark mark);
                public bool scroll_to_iter (Gtk.TextIter iter, double within_margin, bool use_align, double xalign, double yalign);
index b9e9888ab6c97ca0999010928711280b12de5373..184e6971bd2bf64ee25bfdfa5bb97ec92c57acaf 100644 (file)
                                        <parameter name="text_view" type="GtkTextView*"/>
                                </parameters>
                        </method>
+                       <method name="reset_cursor_blink" symbol="gtk_text_view_reset_cursor_blink">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="text_view" type="GtkTextView*"/>
+                               </parameters>
+                       </method>
                        <method name="reset_im_context" symbol="gtk_text_view_reset_im_context">
                                <return-type type="void"/>
                                <parameters>
                                </parameters>
                        </vfunc>
                </interface>
-               <constant name="GTK_BINARY_AGE" type="int" value="1906"/>
+               <constant name="GTK_BINARY_AGE" type="int" value="1907"/>
                <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="6"/>
+               <constant name="GTK_MICRO_VERSION" type="int" value="7"/>
                <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"/>