mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -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
|
|
@ -29,8 +29,9 @@
|
|||
#include <gio/gunixfdmessage.h>
|
||||
|
||||
#include "pinos/dbus/org-pinos.h"
|
||||
#include "pinos/server/daemon.h"
|
||||
|
||||
#include "pinos/client/pinos.h"
|
||||
#include "pinos/client/array.h"
|
||||
#include "pinos/client/connection.h"
|
||||
#include "pinos/client/context.h"
|
||||
#include "pinos/client/stream.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue