mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -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
|
|
@ -25,7 +25,6 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <spa/include/spa/poll.h>
|
||||
#include <spa/include/spa/node-event.h>
|
||||
|
||||
typedef struct _PinosMainLoop PinosMainLoop;
|
||||
|
||||
|
|
@ -63,7 +62,7 @@ struct _PinosMainLoop {
|
|||
void *data);
|
||||
};
|
||||
|
||||
PinosMainLoop * pinos_main_loop_new (GMainContext *context);
|
||||
PinosMainLoop * pinos_main_loop_new (void);
|
||||
void pinos_main_loop_destroy (PinosMainLoop *loop);
|
||||
|
||||
#define pinos_main_loop_run(m) (m)->run(m)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue