mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
properties: pass PinosProperties around
Pass PinosProperties around instead of GVariant. This is much easier to deal with.
This commit is contained in:
parent
c77d7718a2
commit
31da833069
18 changed files with 248 additions and 120 deletions
|
|
@ -18,6 +18,8 @@
|
|||
<property name='Version' type='s' access='read' />
|
||||
<!-- Name: Name of the daemon -->
|
||||
<property name='Name' type='s' access='read' />
|
||||
<!-- Cookie: A random cookie for identifying this instance of Pinos -->
|
||||
<property name='Cookie' type='u' access='read' />
|
||||
<!-- Properties: Extra properties of the daemon -->
|
||||
<property name='Properties' type='a{sv}' access='read' />
|
||||
<!-- ConnectClient:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue