Proxy

Proxy objects are not created directly, and users should generally not create a proxy class on their own. Proxy classes give client side access to the interfaces defined by the Wayland protocol (see Protocol Modules). Proxies are returned from the server after calling protocol methods which return new_id’s.

class pywayland.client.proxy.Proxy(ptr, display=None)
destroy()

Frees the pointer associated with the Proxy

destroyed

Determine if proxy has been destroyed

Returns true if the proxy has been destroyed.