diff options
Diffstat (limited to 'include/private/endpoint-private.h')
-rw-r--r-- | include/private/endpoint-private.h | 1 |
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 |