Method

Gdk.Clipboard.set_value

Declaration [src]

void
gdk_clipboard_set_value (
  GdkClipboard* clipboard,
  const GValue* value
)

Description [src]

Sets the clipboard to contain the given value.

Parameters

value const GValue*
 

a GValue to set

 Ownership is not transferred to the callee