[][src]Trait wayland_protocols::unstable::primary_selection::v1::client::zwp_primary_selection_source_v1::RequestsTrait

pub trait RequestsTrait {
    fn offer(&self, mime_type: String);
fn destroy(&self); }

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.

Loading content...

Implementations on Foreign Types

impl RequestsTrait for Proxy<ZwpPrimarySelectionSourceV1>[src]

Loading content...

Implementors

Loading content...