mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-23 08:56:47 -05:00
Beginnings of dbus based control
This commit is contained in:
parent
becae3e7fa
commit
ee202e13e9
19 changed files with 2086 additions and 28 deletions
|
|
@ -3,6 +3,7 @@ pinoscore_headers = [
|
|||
'client-node.h',
|
||||
'command.h',
|
||||
'daemon.h',
|
||||
'dbus-client-node.h',
|
||||
'link.h',
|
||||
'module.h',
|
||||
'node.h',
|
||||
|
|
@ -16,6 +17,7 @@ pinoscore_sources = [
|
|||
'client-node.c',
|
||||
'command.c',
|
||||
'daemon.c',
|
||||
'dbus-client-node.c',
|
||||
'link.c',
|
||||
'module.c',
|
||||
'node.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue