Method
Gdk.Clipboard.get_content
Declaration [src]
GdkContentProvider*
gdk_clipboard_get_content (
GdkClipboard* clipboard
)
Description [src]
Returns the GdkContentProvider
currently set on clipboard
.
If the clipboard
is empty or its contents are not owned by the
current process, NULL
will be returned.
Gets property | Gdk.Clipboard:content |
Return value
Returns: GdkContentProvider |
|
The content of a clipboard or |
|
Ownership is not transferred to the caller | |
Can be NULL |