Function

GtkClipboardget_default

since: 3.16

Declaration [src]

GtkClipboard*
gtk_clipboard_get_default (
  GdkDisplay* display
)

Description [src]

Returns the default clipboard object for use with cut/copy/paste menu items and keyboard shortcuts.

Available since: 3.16

Parameters

display

Type: GdkDisplay

The GdkDisplay for which the clipboard is to be retrieved.

The data is owned by the caller of the function.

Return value

Type: GtkClipboard

The default clipboard object.

The data is owned by the called function.