Wp.Client¶
- Subclasses:
None
Methods¶
- Inherited:
Wp.GlobalProxy (4), Wp.Proxy (4), Wp.Object (12), GObject.Object (37), Wp.PipewireObject (9)
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Wp.Proxy (4), Wp.Object (4), GObject.Object (7), Wp.PipewireObject (7)
Properties¶
- Inherited:
Wp.GlobalProxy (3), Wp.Proxy (2), Wp.Object (4), Wp.PipewireObject (3)
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Wp.Client(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Wp.Client
class allows accessing the properties and methods of a PipeWire client object (struct pw_client). AWp.Client
is constructed internally when a new client connects to PipeWire and it is made available through theWp.ObjectManager
API.- send_error(id, res, message)¶
- Parameters:
Send an error to the client.
- update_properties(updates)¶
- Parameters:
updates (
Wp.Properties
) – updates to apply to the properties of self; this does not need to include properties that have not changed
Updates the properties of self.
This requires W and X permissions on the client.