Trait wayland_raw_protocol_bindings::client::xdg_foreign_unstable_v1::zxdg_exported_v1::zxdg_exported_v1_listener[][src]

pub trait zxdg_exported_v1_listener {
    fn handle(&mut self, object: *mut zxdg_exported_v1, handle: *mut c_char) { ... }
}
Expand description

An interface for handling events.

Provided methods

the exported surface handle

The handle event contains the unique handle of this exported surface reference. It may be shared with any client, which then can use it to import the surface by calling xdg_importer.import. A handle may be used to import the surface multiple times.

Implementors