WIP change object model

This commit is contained in:
Wim Taymans 2016-11-14 12:42:00 +01:00
parent 190f01d88e
commit c25ccbb4ba
44 changed files with 1557 additions and 2525 deletions

View file

@ -14,6 +14,7 @@ pinos_headers = [
'subscribe.h',
'thread-mainloop.h',
'transport.h',
'utils.h',
]
pinos_sources = [
@ -33,6 +34,7 @@ pinos_sources = [
'subscribe.c',
'thread-mainloop.c',
'transport.c',
'utils.c',
gdbus_target,
]