wl_fixes¤
wayland.wl_fixes ¤
Wayland protocol fixes
This global fixes problems with other core-protocol interfaces that cannot be fixed in these interfaces themselves.
Methods:
-
destroy
–Destroys this object
-
destroy_registry
–Destroy a
wl_registry
destroy_registry ¤
destroy_registry(registry: wl_registry) -> None
Destroy a wl_registry
This request destroys a wl_registry object.
The client should no longer use the wl_registry after making this request.
The compositor will emit a wl_display.delete_id event with the object ID of the registry and will no longer emit any events on the registry. The client should re-use the object ID once it receives the wl_display.delete_id event.
Parameters:
-
registry
¤wl_registry
) –The registry to destroy