From 8f3eca7c0876fc8daf2cbc86bb7b83dd01fc2845 Mon Sep 17 00:00:00 2001 From: Aylur Date: Fri, 26 Jul 2024 23:48:33 +0200 Subject: fix(endpoint.h): icon getter --- include/astal/wireplumber/endpoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/astal/wireplumber/endpoint.h b/include/astal/wireplumber/endpoint.h index dcf6601..e2e4065 100644 --- a/include/astal/wireplumber/endpoint.h +++ b/include/astal/wireplumber/endpoint.h @@ -34,7 +34,7 @@ gdouble astal_wp_endpoint_get_volume(AstalWpEndpoint *self); const gchar *astal_wp_endpoint_get_description(AstalWpEndpoint *self); void astal_wp_endpoint_set_is_default(AstalWpEndpoint *self, gboolean is_default); const gchar *astal_wp_endpoint_get_name(AstalWpEndpoint *self); -const gchar *astal_wp_endpoint_get_icon_name(AstalWpEndpoint *self); +const gchar *astal_wp_endpoint_get_icon(AstalWpEndpoint *self); G_END_DECLS -- cgit v1.2.3