mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Make native protocol
Remove DBus and work towards something like wayland. Remove more glib stuff from the client code
This commit is contained in:
parent
efae64a759
commit
27bba6f587
55 changed files with 3089 additions and 4969 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#endif
|
||||
|
||||
#include <dlfcn.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include "pinos/client/pinos.h"
|
||||
#include "pinos/client/utils.h"
|
||||
|
|
@ -40,7 +41,7 @@ typedef struct
|
|||
static char *
|
||||
find_module (const char * path, const char *name)
|
||||
{
|
||||
gchar *filename;
|
||||
char *filename;
|
||||
GDir *dir;
|
||||
const gchar *entry;
|
||||
GError *err = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue