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);
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"