Method

GdkClipboardget_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 if the clipboard does not maintain any content.

 The data is owned by the instance.
 The return value can be NULL.