mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
Rework dbus handling
Remove the Daemon object and remove all dbus code from the main objects. We can use the signals in a separate module to create and destroy the DBus interfaces. Move the dbus protocol in a module Move the autolink policy to a module
This commit is contained in:
parent
b9e2b1c0e3
commit
dfbfb4c9ee
28 changed files with 1122 additions and 1007 deletions
|
|
@ -3,7 +3,6 @@ pinoscore_headers = [
|
|||
'client-node.h',
|
||||
'command.h',
|
||||
'core.h',
|
||||
'daemon.h',
|
||||
'data-loop.h',
|
||||
'link.h',
|
||||
'main-loop.h',
|
||||
|
|
@ -19,7 +18,6 @@ pinoscore_sources = [
|
|||
'client-node.c',
|
||||
'command.c',
|
||||
'core.c',
|
||||
'daemon.c',
|
||||
'data-loop.c',
|
||||
'link.c',
|
||||
'main-loop.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue