Function

Gntset_clipboard_string

Declaration [src]

void
gnt_set_clipboard_string (
  const gchar* string
)

Description [src]

Set the contents of the global clipboard.

Parameters

string

Type: const gchar*

The new content of the new clipboard.

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