mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
types: more work on types
This commit is contained in:
parent
acedfe71c0
commit
5825c62d6d
76 changed files with 1713 additions and 1477 deletions
|
|
@ -29,7 +29,7 @@ typedef struct _PinosGlobal PinosGlobal;
|
|||
|
||||
#include <spa/include/spa/log.h>
|
||||
|
||||
#include <pinos/client/uri.h>
|
||||
#include <pinos/client/type.h>
|
||||
|
||||
#include <pinos/server/access.h>
|
||||
#include <pinos/server/main-loop.h>
|
||||
|
|
@ -68,7 +68,7 @@ struct _PinosCore {
|
|||
|
||||
PinosProperties *properties;
|
||||
|
||||
PinosURI uri;
|
||||
PinosType type;
|
||||
PinosAccess access;
|
||||
|
||||
PinosMap objects;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue