Function

Gntget_clipboard_string

Declaration [src]

gchar*
gnt_get_clipboard_string (
  void
)

Description [src]

Get the string in the clipboard.

Return value

Type: gchar*

A copy of the string in the clipboard. The caller must g_free() the string.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.