[][src]Trait wayland_protocols::unstable::primary_selection::v1::client::zwp_primary_selection_offer_v1::EventHandler

pub trait EventHandler {
    fn offer(&mut self, object: ZwpPrimarySelectionOfferV1, mime_type: String) { ... }
}

An interface for handling events.

Provided methods

fn offer(&mut self, object: ZwpPrimarySelectionOfferV1, mime_type: String)

advertise offered mime type

Sent immediately after creating announcing the wp_primary_selection_offer through wp_primary_selection_device.data_offer. One event is sent per offered mime type.

Loading content...

Implementors

Loading content...