[][src]Trait wayland_protocols::misc::gtk_primary_selection::client::gtk_primary_selection_offer::EventHandler

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

An interface for handling events.

Provided methods

fn offer(&mut self, object: GtkPrimarySelectionOffer, 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...