Enum smithay_client_toolkit::primary_selection::PrimarySelectionSourceEvent [−][src]
Expand description
Possible events a primary selection source needs to react to.
Variants
Send
Write the offered data for selected mime type.
Cancelled
The action using the primary selection source was cancelled.
Once this event is received, the PrimarySelectionSource
can not be used any more,
and you should drop it for cleanup.
Happens if the user replaces primary selection buffer.