summaryrefslogtreecommitdiff
path: root/include/private/endpoint-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/endpoint-private.h')
-rw-r--r--include/private/endpoint-private.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/private/endpoint-private.h b/include/private/endpoint-private.h
index 171df3b..7431c78 100644
--- a/include/private/endpoint-private.h
+++ b/include/private/endpoint-private.h
@@ -5,12 +5,15 @@
#include <wp/wp.h>
#include "endpoint.h"
+#include "wp.h"
G_BEGIN_DECLS
-AstalWpEndpoint *astal_wp_endpoint_create(WpNode *node, WpPlugin *mixer, WpPlugin *defaults);
+AstalWpEndpoint *astal_wp_endpoint_create(WpNode *node, WpPlugin *mixer, WpPlugin *defaults,
+ AstalWpWp *wp);
AstalWpEndpoint *astal_wp_endpoint_init_as_default(AstalWpEndpoint *self, WpPlugin *mixer,
- WpPlugin *defaults, AstalWpMediaClass type);
+ WpPlugin *defaults, AstalWpMediaClass type,
+ AstalWpWp *wp);
void astal_wp_endpoint_update_default(AstalWpEndpoint *self, gboolean is_default);
void astal_wp_endpoint_update_volume(AstalWpEndpoint *self);