wl_registry_listener.global_remove

announce removal of global object

Notify the client of removed global objects.

This event notifies the client that the global identified by name is no longer available. If the client bound to the global using the bind request, the client should now destroy that object.

The object remains valid and requests to the object will be ignored until the client destroys it, to avoid races between the global going away and a client sending a request to it.

struct wl_registry_listener
void function(void* data, wl_registry* wl_registry, uint name) global_remove;

Meta