Function wayland_client::globals::registry_queue_init
source ยท pub fn registry_queue_init<State>(
conn: &Connection,
) -> Result<(GlobalList, EventQueue<State>), GlobalError>
Expand description
Initialize a new event queue with its associated registry and retrieve the initial list of globals
See the module level documentation for more.