Signal

AtspiDBusMutterRemoteDesktopSession::selection-transfer

Declaration

void
selection_transfer (
  AtspiDBusMutterRemoteDesktopSession* self,
  gchar* arg_mime_type,
  guint arg_serial,
  gpointer user_data
)

Description [src]

On the client-side, this signal is emitted whenever the D-Bus signal SelectionTransfer” is received.

On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.

Default handler:

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

Parameters

arg_mime_type

Type: gchar*

Argument.

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

Type: guint

Argument.