Beginnings of dbus based control

This commit is contained in:
Wim Taymans 2016-10-14 16:46:09 +02:00
parent becae3e7fa
commit ee202e13e9
19 changed files with 2086 additions and 28 deletions

View file

@ -328,7 +328,6 @@ pinos_rtloop_init (PinosRTLoop * this)
g_debug ("rt-loop %p: new", this);
this->poll.handle = NULL;
this->poll.size = sizeof (SpaPoll);
this->poll.info = NULL;
this->poll.add_item = do_add_item;