mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -05:00
Work on introspection
This commit is contained in:
parent
7c29209023
commit
b969623ec8
39 changed files with 1726 additions and 574 deletions
|
|
@ -28,10 +28,9 @@ typedef struct _PinosContext PinosContext;
|
|||
|
||||
#include <pinos/client/map.h>
|
||||
#include <pinos/client/loop.h>
|
||||
#include <pinos/client/subscribe.h>
|
||||
#include <pinos/client/properties.h>
|
||||
#include <pinos/client/connection.h>
|
||||
#include <pinos/client/proxy.h>
|
||||
#include <pinos/client/uri.h>
|
||||
|
||||
/**
|
||||
* PinosContextState:
|
||||
|
|
@ -60,6 +59,8 @@ struct _PinosContext {
|
|||
char *name;
|
||||
PinosProperties *properties;
|
||||
|
||||
PinosURI uri;
|
||||
|
||||
PinosLoop *loop;
|
||||
|
||||
PinosProxy *core_proxy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue