]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 5 Mar 2018 18:00:17 +0000 (19:00 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 5 Mar 2018 18:00:17 +0000 (19:00 +0100)
vapi/gdk-3.0.vapi
vapi/gtk+-4.0.vapi

index a3f634939f2289737fcf4cc9c2478aed7925d076..b6b4da63e4ba2e65465a8a1f99da564e43fd2121 100644 (file)
@@ -5278,7 +5278,7 @@ namespace Gdk {
                public double dx;
                public double dy;
                public int8 n_fingers;
-               public Gdk.TouchpadGesturePhase phase;
+               public int8 phase;
                public double scale;
                public int8 send_event;
                public Gdk.ModifierType state;
@@ -5296,7 +5296,7 @@ namespace Gdk {
                public double dx;
                public double dy;
                public int8 n_fingers;
-               public Gdk.TouchpadGesturePhase phase;
+               public int8 phase;
                public int8 send_event;
                public Gdk.ModifierType state;
                public uint32 time;
index f35dcd0f30eb0e3d4bf24ffb797ad758831193de..aed003eadaec3feb505a18edc8652e989bd8e30d 100644 (file)
@@ -6200,6 +6200,8 @@ namespace Gsk {
                public unowned Gdk.RGBA? peek_color ();
                public unowned Pango.Font peek_font ();
                public unowned Pango.GlyphInfo? peek_glyphs ();
+               [CCode (has_construct_function = false)]
+               public TextNode.with_bounds (Pango.Font font, Pango.GlyphString glyphs, Gdk.RGBA color, double x, double y, Graphene.Rect bounds);
        }
        [CCode (cheader_filename = "gsk/gsk.h", cname = "GskRenderNode")]
        public class TextureNode : Gsk.RenderNode {
@@ -7540,7 +7542,6 @@ namespace Gtk {
                public unowned Gtk.EntryBuffer get_buffer ();
                public unowned Gtk.EntryCompletion get_completion ();
                public int get_current_icon_drag_source ();
-               public unowned Gtk.Adjustment? get_cursor_hadjustment ();
                public bool get_has_frame ();
                public bool get_icon_activatable (Gtk.EntryIconPosition icon_pos);
                public Gdk.Rectangle get_icon_area (Gtk.EntryIconPosition icon_pos);
@@ -7578,7 +7579,6 @@ namespace Gtk {
                public void set_attributes (Pango.AttrList attrs);
                public void set_buffer (Gtk.EntryBuffer buffer);
                public void set_completion (Gtk.EntryCompletion? completion);
-               public void set_cursor_hadjustment (Gtk.Adjustment? adjustment);
                public void set_has_frame (bool setting);
                public void set_icon_activatable (Gtk.EntryIconPosition icon_pos, bool activatable);
                public void set_icon_drag_source (Gtk.EntryIconPosition icon_pos, Gdk.ContentFormats formats, Gdk.DragAction actions);
@@ -7597,7 +7597,7 @@ namespace Gtk {
                public void set_placeholder_text (string? text);
                public void set_progress_fraction (double fraction);
                public void set_progress_pulse_step (double fraction);
-               public void set_tabs (Pango.TabArray tabs);
+               public void set_tabs (Pango.TabArray? tabs);
                public void set_text (string text);
                public void set_visibility (bool visible);
                public void set_width_chars (int n_chars);
@@ -12154,14 +12154,6 @@ namespace Gtk {
                public void free ();
        }
        [CCode (cheader_filename = "gtk/gtk.h", has_type_id = false)]
-       public struct IMContextInfo {
-               public weak string context_id;
-               public weak string context_name;
-               public weak string domain;
-               public weak string domain_dirname;
-               public weak string default_locales;
-       }
-       [CCode (cheader_filename = "gtk/gtk.h", has_type_id = false)]
        public struct PadActionEntry {
                public Gtk.PadActionType type;
                public int index;
@@ -13262,6 +13254,8 @@ namespace Gtk {
        public delegate void TreeViewSearchPositionFunc (Gtk.TreeView tree_view, Gtk.Widget search_dialog);
        [CCode (cheader_filename = "gtk/gtk.h", cname = "GTK_BINARY_AGE")]
        public const int BINARY_AGE;
+       [CCode (cheader_filename = "gtk/gtk.h", cname = "GTK_IM_MODULE_EXTENSION_POINT_NAME")]
+       public const string IM_MODULE_EXTENSION_POINT_NAME;
        [CCode (cheader_filename = "gtk/gtk.h", cname = "GTK_INPUT_ERROR")]
        public const int INPUT_ERROR;
        [CCode (cheader_filename = "gtk/gtk.h", cname = "GTK_INTERFACE_AGE")]
@@ -13713,6 +13707,8 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h")]
        public static void hsv_to_rgb (double h, double s, double v, out double r, out double g, out double b);
        [CCode (cheader_filename = "gtk/gtk.h")]
+       public static void im_modules_init ();
+       [CCode (cheader_filename = "gtk/gtk.h")]
        public static void init ();
        [CCode (cheader_filename = "gtk/gtk.h")]
        public static bool init_check ();