Generated when a selection is requested or ownership of a selection
is taken over by another client application.
GdkEventType type;
the type of the event (GDK_SELECTION_CLEAR, GDK_SELECTION_NOTIFY or
GDK_SELECTION_REQUEST).
GdkWindow *window;
the window which received the event.
gint8 send_event;
TRUE if the event was sent explicitly (e.g. using XSendEvent).
GdkAtom selection;
the selection.
GdkAtom target;
the target to which the selection should be converted.
GdkAtom property;
the property in which to place the result of the conversion.
guint32 time;
the time of the event in milliseconds.
GdkNativeWindow requestor;
the native window on which to place property.
Generated when a selection is requested or ownership of a selection is taken over by another client application. GdkEventType type; the type of the event (GDK_SELECTION_CLEAR, GDK_SELECTION_NOTIFY or GDK_SELECTION_REQUEST). GdkWindow *window; the window which received the event. gint8 send_event; TRUE if the event was sent explicitly (e.g. using XSendEvent). GdkAtom selection; the selection. GdkAtom target; the target to which the selection should be converted. GdkAtom property; the property in which to place the result of the conversion. guint32 time; the time of the event in milliseconds. GdkNativeWindow requestor; the native window on which to place property.