summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/astal/wireplumber/endpoint.h2
1 files changed, 1 insertions, 1 deletions
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