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 propertyGdk.Clipboard:content

Return value

Returns: GdkContentProvider

The content of a clipboard or NULL if the clipboard does not maintain any content.

Ownership is not transferred to the caller
Can be NULL