mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
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:
parent
81924afc39
commit
c77d7718a2
4 changed files with 261 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue