Registry: implement registry

Make GET_REGISTRY method to create a registry resource, send global
added and removed to this resource.
Use map for storing proxies and resources.
This commit is contained in:
Wim Taymans 2016-11-30 19:09:09 +01:00
parent 3dada4731c
commit 7c29209023
15 changed files with 221 additions and 59 deletions

View file

@ -44,7 +44,7 @@ struct _PinosClient {
PinosProperties *properties;
SpaList resource_list;
PinosMap objects;
PinosSendFunc send_func;
void *send_data;