[−][src]Trait wayland_protocols::misc::gtk_primary_selection::client::gtk_primary_selection_source::EventHandler
An interface for handling events.
Provided methods
fn send(
&mut self,
object: GtkPrimarySelectionSource,
mime_type: String,
fd: RawFd
)
&mut self,
object: GtkPrimarySelectionSource,
mime_type: String,
fd: RawFd
)
send the primary selection contents
Request for the current primary selection contents from the client. Send the specified mime type over the passed file descriptor, then close it.
fn cancelled(&mut self, object: GtkPrimarySelectionSource)
request for primary selection contents was canceled
This primary selection source is no longer valid. The client should clean up and destroy this primary selection source.