rework: make client and server nodes

work on making nodes and ports on the client.
This commit is contained in:
Wim Taymans 2016-05-12 17:03:28 +02:00
parent c67d3d7f04
commit 8407430891
34 changed files with 1500 additions and 3844 deletions

View file

@ -42,7 +42,7 @@ struct _PinosContextPrivate
GList *clients;
GList *nodes;
GList *ports;
GList *channels;
GList *connections;
};
void pinos_subscribe_get_proxy (PinosSubscribe *subscribe,