Wayland.RegistrySourceA simple wrapper for the Wayland_client.Wl_registry API.
A simple client-side wrapper for the Wayland registry.
of_display d creates a new registry from a display. It performs a sync before returning the result, so that the registry is fully-populated.
get interface returns the entries for interface type interface.
get_exn interface returns the first entry for interface, or raises an exception if its not present.
bind t handler gets the entry for handler's interface, checks that the version is compatible, and creates a proxy for it. Raises an exception if the interface isn't listed, or has the wrong version.