summaryrefslogtreecommitdiff
path: root/include/private/endpoint-private.h
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-08-15 10:11:16 +0200
committerkotontrion <[email protected]>2024-08-15 10:11:16 +0200
commite14677c877bb591ed496e60ad37113e1dc41d509 (patch)
tree53601e1a9048e780735d0d45fc00467f7b05f128 /include/private/endpoint-private.h
parent8f3eca7c0876fc8daf2cbc86bb7b83dd01fc2845 (diff)
add volume-icon
Diffstat (limited to 'include/private/endpoint-private.h')
-rw-r--r--include/private/endpoint-private.h1
1 files changed, 1 insertions, 0 deletions
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