Function smithay_client_toolkit::registry::bind_all
source ยท pub(crate) fn bind_all<I, D, U, F>(
registry: &WlRegistry,
globals: &[Global],
qh: &QueueHandle<D>,
version: RangeInclusive<u32>,
make_udata: F,
) -> Result<Vec<I>, BindError>
Expand description
Binds all globals with a given interface.