summaryrefslogtreecommitdiff
path: root/include/endpoint-private.h
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-07-18 17:43:56 +0200
committerkotontrion <[email protected]>2024-07-18 17:43:56 +0200
commit9eb113163187e1eec0d2e0ac763cd9eeb45cc9ae (patch)
tree71a9cc11c732ef09311c262959b0b2035b792333 /include/endpoint-private.h
parent35cd0fb43d30be311cfdfca05f8a6d98d844d284 (diff)
add Audio object and default nodes api
Diffstat (limited to 'include/endpoint-private.h')
-rw-r--r--include/endpoint-private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/endpoint-private.h b/include/endpoint-private.h
index 1ee4d8c..c83c76f 100644
--- a/include/endpoint-private.h
+++ b/include/endpoint-private.h
@@ -8,7 +8,8 @@
G_BEGIN_DECLS
-AstalWpEndpoint *astal_wp_endpoint_create(WpNode *node, WpPlugin *mixer);
+AstalWpEndpoint *astal_wp_endpoint_create(WpNode *node, WpPlugin *mixer, WpPlugin *defaults);
+void astal_wp_endpoint_update_default(AstalWpEndpoint *self, gboolean is_default);
G_END_DECLS