Method

GntClipboardset_string

Declaration [src]

void
gnt_clipboard_set_string (
  GntClipboard* clip,
  const gchar* string
)

Description [src]

Set the text in the clipboard.

Parameters

string

Type: const gchar*

New string for the clipboard.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.