- public void convert (Window requestor, Atom selection, Atom target, uint32 time_)
Retrieves the contents of a selection in a given form.
- public unowned Window? owner_get (Atom selection)
Determines the owner of the given selection.
- public unowned Window? owner_get_for_display (Display display, Atom selection)
Determine the owner of the given selection.
- public bool owner_set (Window? owner, Atom selection, uint32 time_, bool send_event)
Sets the owner of the given selection.
- public bool owner_set_for_display (Display display, Window? owner, Atom selection, uint32 time_, bool send_event)
Sets the Window
owner
as the current owner of the selection selection
.
- public int property_get (Window requestor, uint8[] data, out Atom prop_type, out int prop_format)
Retrieves selection data that was stored by the selection data in response
to a call to convert.
- public void send_notify (Window requestor, Atom selection, Atom target, Atom property, uint32 time_)
Sends a response to SelectionRequest event.
- public void send_notify_for_display (Display display, Window requestor, Atom selection, Atom target, Atom property, uint32 time_)
Send a response to SelectionRequest event.