mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -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,7 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct _PinosSpaNode PinosSpaNode;
|
||||
|
||||
struct _PinosSpaNode {
|
||||
|
|
@ -38,11 +39,15 @@ struct _PinosSpaNode {
|
|||
PinosSpaNode *node));
|
||||
};
|
||||
|
||||
typedef SpaResult (*SetupNode) (SpaNode *spa_node,
|
||||
PinosProperties *pinos_props);
|
||||
|
||||
PinosSpaNode * pinos_spa_node_load (PinosCore *core,
|
||||
const char *lib,
|
||||
const char *factory_name,
|
||||
const char *name,
|
||||
PinosProperties *properties);
|
||||
PinosProperties *properties,
|
||||
SetupNode setup_func);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue