]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Don't hide user_data parameter in Clipboard.set_with_data()
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 5 Jan 2018 15:40:13 +0000 (16:40 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 16 Jan 2018 17:24:20 +0000 (18:24 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=79223

vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index e4b57ca9caf923e367909a948aee98fbf640ff59..ca142ad434b64c77fff1232d21dca10ba2d74c33 100644 (file)
@@ -1413,7 +1413,7 @@ namespace Gtk {
                public void set_can_store (Gtk.TargetEntry[]? targets);
                public void set_image (Gdk.Pixbuf pixbuf);
                public void set_text (string text, int len);
-               public bool set_with_data (Gtk.TargetEntry[] targets, [CCode (scope = "async")] Gtk.ClipboardGetFunc get_func, [CCode (scope = "async")] Gtk.ClipboardClearFunc clear_func);
+               public bool set_with_data (Gtk.TargetEntry[] targets, [CCode (scope = "async")] Gtk.ClipboardGetFunc get_func, [CCode (scope = "async")] Gtk.ClipboardClearFunc clear_func, void* user_data);
                public bool set_with_owner (Gtk.TargetEntry[] targets, [CCode (scope = "async")] Gtk.ClipboardGetFunc get_func, [CCode (scope = "async")] Gtk.ClipboardClearFunc clear_func, GLib.Object owner);
                public void store ();
                public Gtk.SelectionData? wait_for_contents (Gdk.Atom target);
index dc16428094ef375e7524ed4342103e259dbf504a..bbbea14a3c5e585e7a063ec24c8d9e6eff0f1927 100644 (file)
@@ -284,6 +284,7 @@ GtkCList::unselect_row has_emitter="1"
 gtk_clipboard_get_owner nullable="1"
 gtk_clipboard_request_*.callback scope="async"
 gtk_clipboard_set_with_*.*_func scope="async"
+gtk_clipboard_set_with_data.user_data hidden="0"
 gtk_clipboard_set_can_store.targets type_name="Gtk.TargetEntry[]?"
 gtk_clipboard_wait_for_contents transfer_ownership="1" nullable="1"
 gtk_clipboard_wait_for_text transfer_ownership="1" nullable="1"