Signal

SpiceClientGLibMainChannel::main-clipboard-selection

since: 0.6

Declaration

void
main_clipboard_selection (
  SpiceMainChannel* self,
  guint selection,
  guint type,
  gpointer data,
  guint size,
  gpointer user_data
)

Description [src]

Informs that clipboard selection data are available.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 0.6

Parameters

selection

Type: guint

A VD_AGENT_CLIPBOARD_SELECTION clipboard.

type

Type: guint

The VD_AGENT_CLIPBOARD data type.

data

Type: An array of guint8

Clipboard data.

The length of the array is specified in the size argument.
size

Type: guint

Size of data in bytes.