|
@@ -61,7 +61,7 @@ static const char *(*PIPEWIRE_pw_get_library_version)(void);
|
|
static bool (*PIPEWIRE_pw_check_library_version)(int major, int minor, int micro);
|
|
static bool (*PIPEWIRE_pw_check_library_version)(int major, int minor, int micro);
|
|
static void (*PIPEWIRE_pw_init)(int *, char ***);
|
|
static void (*PIPEWIRE_pw_init)(int *, char ***);
|
|
static void (*PIPEWIRE_pw_deinit)(void);
|
|
static void (*PIPEWIRE_pw_deinit)(void);
|
|
-static struct pw_main_loop *(*PIPEWIRE_pw_main_loop_new)(struct pw_main_loop *loop);
|
|
|
|
|
|
+static struct pw_main_loop *(*PIPEWIRE_pw_main_loop_new)(const struct spa_dict *loop);
|
|
static struct pw_loop *(*PIPEWIRE_pw_main_loop_get_loop)(struct pw_main_loop *loop);
|
|
static struct pw_loop *(*PIPEWIRE_pw_main_loop_get_loop)(struct pw_main_loop *loop);
|
|
static int (*PIPEWIRE_pw_main_loop_run)(struct pw_main_loop *loop);
|
|
static int (*PIPEWIRE_pw_main_loop_run)(struct pw_main_loop *loop);
|
|
static int (*PIPEWIRE_pw_main_loop_quit)(struct pw_main_loop *loop);
|
|
static int (*PIPEWIRE_pw_main_loop_quit)(struct pw_main_loop *loop);
|