Method
GtkClipboardget_owner
Declaration [src]
GObject*
gtk_clipboard_get_owner (
GtkClipboard* clipboard
)
Description [src]
If the clipboard contents callbacks were set with
gtk_clipboard_set_with_owner(), and the gtk_clipboard_set_with_data()
or
gtk_clipboard_clear()
has not subsequently called, returns the owner set
by gtk_clipboard_set_with_owner().
Return value
Type: GObject
The owner of the clipboard, if any;
otherwise NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |