mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -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
|
|
@ -154,6 +154,8 @@ pinosinclude_HEADERS = \
|
|||
client/context.h \
|
||||
client/enumtypes.h \
|
||||
client/introspect.h \
|
||||
client/mainloop.h \
|
||||
client/properties.h \
|
||||
client/stream.h \
|
||||
client/subscribe.h
|
||||
|
||||
|
|
@ -166,6 +168,7 @@ libpinos_@PINOS_MAJORMINOR@_la_SOURCES = \
|
|||
client/enumtypes.h client/enumtypes.c \
|
||||
client/introspect.h client/introspect.c \
|
||||
client/mainloop.h client/mainloop.c \
|
||||
client/properties.h client/properties.c \
|
||||
client/stream.h client/stream.c \
|
||||
client/pinos.c client/pinos.h \
|
||||
client/subscribe.c client/subscribe.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue