]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-4.0: Update to 3.93.0+6aeae2c8
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 3 Jan 2018 07:36:59 +0000 (08:36 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 3 Jan 2018 07:36:59 +0000 (08:36 +0100)
vapi/gtk+-4.0.vapi
vapi/metadata/Gsk-4.0.metadata

index da8e17635a23594ff35de585f6f98085837a71b9..11da2c3665dc3e2c5f47dbc5bed3c4a6317de429 100644 (file)
@@ -5487,7 +5487,7 @@ namespace Gdk {
        public abstract class Texture : GLib.Object {
                [CCode (has_construct_function = false)]
                protected Texture ();
-               public void download (uint8 data, size_t stride);
+               public void download ([CCode (array_length = false)] uint8[] data, size_t stride);
                [CCode (cname = "gdk_texture_new_for_data")]
                public static Gdk.Texture for_data ([CCode (array_length = false)] uint8[] data, int width, int height, int stride);
                [CCode (cname = "gdk_texture_new_for_pixbuf")]
@@ -6350,7 +6350,8 @@ namespace Gdk {
        [CCode (cheader_filename = "gdk/gdk.h")]
        public static void drop_finish (Gdk.DragContext context, bool success, uint32 time_);
        [CCode (cheader_filename = "gdk/gdk.h")]
-       public static async void drop_read_async (Gdk.DragContext context, string mime_types, int io_priority, GLib.Cancellable? cancellable);
+       [Version (since = "3.94")]
+       public static async GLib.InputStream? drop_read_async (Gdk.DragContext context, [CCode (array_length = false, array_null_terminated = true)] string[] mime_types, int io_priority, GLib.Cancellable? cancellable, out string out_mime_type) throws GLib.Error;
        [CCode (cheader_filename = "gdk/gdk.h")]
        public static void drop_reply (Gdk.DragContext context, bool accepted, uint32 time_);
        [CCode (cheader_filename = "gdk/gdk.h")]
@@ -6642,6 +6643,8 @@ namespace Gsk {
                [CCode (has_construct_function = false)]
                [Version (since = "3.90")]
                public TextureNode (Gdk.Texture texture, Graphene.Rect bounds);
+               [Version (since = "3.94")]
+               public unowned Gdk.Texture get_texture ();
        }
        [CCode (cheader_filename = "gsk/gsk.h", cname = "GskRenderNode")]
        public class TransformNode : Gsk.RenderNode {
@@ -10250,7 +10253,7 @@ namespace Gtk {
                protected ListBoxAccessible ();
        }
        [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_list_box_row_get_type ()")]
-       public class ListBoxRow : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
+       public class ListBoxRow : Gtk.Bin, Atk.Implementor, Gtk.Actionable, Gtk.Buildable {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                [Version (since = "3.10")]
                public ListBoxRow ();
@@ -14091,10 +14094,6 @@ namespace Gtk {
                public void remove_tick_callback (uint id);
                [Version (since = "3.0")]
                public void reset_style ();
-               [NoWrapper]
-               public virtual void selection_get (Gtk.SelectionData selection_data, uint time_);
-               [NoWrapper]
-               public virtual void selection_received (Gtk.SelectionData selection_data, uint time_);
                [Version (since = "2.20")]
                public bool send_focus_change ([CCode (type = "GdkEvent*")] Gdk.Event event);
                public void set_accel_path (string? accel_path, Gtk.AccelGroup? accel_group);
index ac247304e95258674f7bd962526759e1bde3d5b4..16753edc5c31f3942cf92c0bf989652b0d51b7c5 100644 (file)
@@ -55,6 +55,7 @@ shadow_node_new* parent="Gsk.ShadowNode" symbol_type="constructor" name="shadow_
 text_node_* parent="Gsk.TextNode" symbol_type="method" instance_idx=0 name="text_node_(.+)"
 text_node_new* parent="Gsk.TextNode" symbol_type="constructor" name="text_node_(.+)"
 
+texture_node_* parent="Gsk.TextureNode" symbol_type="method" instance_idx=0 name="texture_node_(.+)"
 texture_node_new* parent="Gsk.TextureNode" symbol_type="constructor" name="texture_node_(.+)"
 
 transform_node_* parent="Gsk.TransformNode" symbol_type="method" instance_idx=0 name="transform_node_(.+)"