From e14677c877bb591ed496e60ad37113e1dc41d509 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Thu, 15 Aug 2024 10:11:16 +0200 Subject: add volume-icon --- include/private/endpoint-private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/private/endpoint-private.h') diff --git a/include/private/endpoint-private.h b/include/private/endpoint-private.h index 765f4b8..171df3b 100644 --- a/include/private/endpoint-private.h +++ b/include/private/endpoint-private.h @@ -12,6 +12,7 @@ AstalWpEndpoint *astal_wp_endpoint_create(WpNode *node, WpPlugin *mixer, WpPlugi AstalWpEndpoint *astal_wp_endpoint_init_as_default(AstalWpEndpoint *self, WpPlugin *mixer, WpPlugin *defaults, AstalWpMediaClass type); void astal_wp_endpoint_update_default(AstalWpEndpoint *self, gboolean is_default); +void astal_wp_endpoint_update_volume(AstalWpEndpoint *self); G_END_DECLS -- cgit v1.2.3