mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
Work on introspection
This commit is contained in:
parent
7c29209023
commit
b969623ec8
39 changed files with 1726 additions and 574 deletions
|
|
@ -26,6 +26,10 @@ extern "C" {
|
|||
|
||||
typedef struct _PinosProperties PinosProperties;
|
||||
|
||||
struct _PinosProperties {
|
||||
SpaDict dict;
|
||||
};
|
||||
|
||||
PinosProperties * pinos_properties_new (const char *key, ...);
|
||||
PinosProperties * pinos_properties_copy (PinosProperties *properties);
|
||||
PinosProperties * pinos_properties_merge (PinosProperties *oldprops,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue