mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
Beginnings of dbus based control
This commit is contained in:
parent
becae3e7fa
commit
ee202e13e9
19 changed files with 2086 additions and 28 deletions
|
|
@ -37,8 +37,6 @@ typedef struct _SpaIDMap SpaIDMap;
|
|||
* Maps between uri and its id
|
||||
*/
|
||||
struct _SpaIDMap {
|
||||
/* pointer to the handle owning this interface */
|
||||
SpaHandle *handle;
|
||||
/* the total size of this structure. This can be used to expand this
|
||||
* structure in the future */
|
||||
size_t size;
|
||||
|
|
|
|||
|
|
@ -50,8 +50,6 @@ typedef enum
|
|||
* The Log interface
|
||||
*/
|
||||
struct _SpaLog {
|
||||
/* pointer to the handle owning this interface */
|
||||
SpaHandle *handle;
|
||||
/* the total size of this log. This can be used to expand this
|
||||
* structure in the future */
|
||||
size_t size;
|
||||
|
|
|
|||
|
|
@ -92,8 +92,6 @@ typedef struct {
|
|||
* Register poll events
|
||||
*/
|
||||
struct _SpaPoll {
|
||||
/* pointer to the handle owning this interface */
|
||||
SpaHandle *handle;
|
||||
/* the total size of this structure. This can be used to expand this
|
||||
* structure in the future */
|
||||
size_t size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue