Signal

GtkClipboard::owner-change

since: 2.6

Declaration

void
owner_change (
  GtkClipboard* self,
  GdkEventOwnerChange event,
  gpointer user_data
)

Description [src]

The ::owner-change signal is emitted when GTK+ receives an event that indicates that the ownership of the selection associated with clipboard has changed.

Default handler:

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

Available since: 2.6

Parameters

event

Type: GdkEventOwnerChange

The GdkEventOwnerChange event.