Method

GdkClipboardset_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 GValue
 

A GValue to set.

 The data is owned by the caller of the function.