From 9eb113163187e1eec0d2e0ac763cd9eeb45cc9ae Mon Sep 17 00:00:00 2001 From: kotontrion Date: Thu, 18 Jul 2024 17:43:56 +0200 Subject: add Audio object and default nodes api --- include/endpoint-private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/endpoint-private.h') 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 -- cgit v1.2.3