Make native protocol

Remove DBus and work towards something like wayland.
Remove more glib stuff from the client code
This commit is contained in:
Wim Taymans 2016-11-24 17:00:42 +01:00
parent efae64a759
commit 27bba6f587
55 changed files with 3089 additions and 4969 deletions

View file

@ -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;