properties: add generic property bag

Add a structure to hold string key/value pairs. This is basically a thin
wrapper around GHashTable with some extra API.
This commit is contained in:
Wim Taymans 2015-07-17 16:50:49 +02:00
parent 81924afc39
commit c77d7718a2
4 changed files with 261 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#include <client/context.h>
#include <client/introspect.h>
#include <client/mainloop.h>
#include <client/properties.h>
#include <client/stream.h>
#include <client/subscribe.h>