mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
Make native protocol
Remove DBus and work towards something like wayland. Remove more glib stuff from the client code
This commit is contained in:
parent
efae64a759
commit
27bba6f587
55 changed files with 3089 additions and 4969 deletions
|
|
@ -27,6 +27,9 @@ extern "C" {
|
|||
|
||||
#include <pinos/server/core.h>
|
||||
|
||||
#define PINOS_MODULE_URI "http://pinos.org/ns/module"
|
||||
#define PINOS_MODULE_PREFIX PINOS_MODULE_URI "#"
|
||||
|
||||
typedef struct _PinosModule PinosModule;
|
||||
|
||||
struct _PinosModule {
|
||||
|
|
@ -52,8 +55,8 @@ struct _PinosModule {
|
|||
typedef bool (*PinosModuleInitFunc) (PinosModule *module, char *args);
|
||||
|
||||
PinosModule * pinos_module_load (PinosCore *core,
|
||||
const gchar *name,
|
||||
const gchar *args,
|
||||
const char *name,
|
||||
const char *args,
|
||||
char **err);
|
||||
void pinos_module_destroy (PinosModule *module);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue