diff options
author | Aylur <[email protected]> | 2024-07-26 23:48:33 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-07-26 23:48:33 +0200 |
commit | 8f3eca7c0876fc8daf2cbc86bb7b83dd01fc2845 (patch) | |
tree | acaa1c7df211ad0c105897fcdac374307f66dc49 | |
parent | aad0859996fc109fc4fa47c2304b140c084c7f80 (diff) |
fix(endpoint.h): icon getter
-rw-r--r-- | include/astal/wireplumber/endpoint.h | 2 |
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 |