Method

Gdk.Clipboard.set_text

Declaration [src]

void
gdk_clipboard_set_text (
  GdkClipboard* clipboard,
  const char* text
)

Description [src]

Puts the given text into the clipboard.

Parameters

text const char*
 

Text to put into the clipboard

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string