Change object model
This commit is contained in:
Wim Taymans 2016-11-10 15:42:14 +01:00
parent d0f95fc323
commit 190f01d88e
38 changed files with 1594 additions and 3562 deletions

View file

@ -2,9 +2,9 @@ pinoscore_headers = [
'client.h',
'client-node.h',
'command.h',
'core.h',
'daemon.h',
'data-loop.h',
'dbus-client-node.h',
'link.h',
'main-loop.h',
'module.h',
@ -17,9 +17,9 @@ pinoscore_sources = [
'client.c',
'client-node.c',
'command.c',
'core.c',
'daemon.c',
'data-loop.c',
'dbus-client-node.c',
'link.c',
'main-loop.c',
'module.c',