Redo the control code

Make a simple connection object that you can use to send and receive our
commands.
This commit is contained in:
Wim Taymans 2016-10-17 18:29:05 +02:00
parent d8903b708d
commit d711e15f0a
6 changed files with 1007 additions and 1535 deletions

View file

@ -11,8 +11,8 @@ pinos_headers = [
]
pinos_sources = [
'connection.c',
'context.c',
'control.c',
'format.c',
'introspect.c',
'mainloop.c',