Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 449 Bytes

proxy.rst

File metadata and controls

15 lines (11 loc) · 449 Bytes

pywayland.client.proxy

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). Proxies are returned from the server after calling protocol methods which return new_id's.

pywayland.client.proxy.Proxy