[−][src]Trait wayland_protocols::unstable::primary_selection::v1::client::zwp_primary_selection_source_v1::RequestsTrait
Required methods
fn offer(&self, mime_type: String)
add an offered mime type
This request adds a mime type to the set of mime types advertised to targets. Can be called several times to offer multiple types.
fn destroy(&self)
destroy the primary selection source
Destroy the primary selection source.
This is a destructor, you cannot send requests to this object any longer once this method is called.