fix(endpoint.h): icon getter

This commit is contained in:
Aylur
2024-07-26 23:48:33 +02:00
parent aad0859996
commit 8f3eca7c08
+1 -1
View File
@@ -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