[−][src]Trait smithay_client_toolkit::environment::MultiGlobalHandler
Required trait for implementing a handler for "multi" globals
Required methods
fn created(
&mut self,
registry: Attached<WlRegistry>,
id: u32,
version: u32,
ddata: DispatchData<'_>
)
&mut self,
registry: Attached<WlRegistry>,
id: u32,
version: u32,
ddata: DispatchData<'_>
)
A new instance of this global was created with given id and version
fn removed(&mut self, id: u32, ddata: DispatchData<'_>)
The instance with given id was removed
fn get_all(&self) -> Vec<Attached<I>>
Access all the currently existing instances
Implementors
impl MultiGlobalHandler<WlOutput> for OutputHandler
[src]
fn created(
&mut self,
registry: Attached<WlRegistry>,
id: u32,
version: u32,
_: DispatchData<'_>
)
[src]
&mut self,
registry: Attached<WlRegistry>,
id: u32,
version: u32,
_: DispatchData<'_>
)