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

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

An interface for handling events.

Provided methods

fn handle(&mut self, object: *mut zxdg_exported_v1, handle: *mut c_char)

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.

Loading content...

Implementors

Loading content...