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
|
|
@ -24,9 +24,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define PINOS_CLIENT_URI "http://pinos.org/ns/client"
|
||||
#define PINOS_CLIENT_PREFIX PINOS_CLIENT_URI "#"
|
||||
|
||||
typedef struct _PinosClient PinosClient;
|
||||
|
||||
#include <pinos/server/core.h>
|
||||
|
|
@ -44,6 +41,8 @@ struct _PinosClient {
|
|||
|
||||
PinosProperties *properties;
|
||||
|
||||
PinosResource *core_resource;
|
||||
|
||||
PinosMap objects;
|
||||
|
||||
PinosSendFunc send_func;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue