From d5596c421da581479382394a6ead9bb422779564 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Sun, 21 Jul 2024 10:46:39 +0200 Subject: add icons --- include/astal/wireplumber/endpoint.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/astal/wireplumber/endpoint.h') diff --git a/include/astal/wireplumber/endpoint.h b/include/astal/wireplumber/endpoint.h index 269551b..391fafc 100644 --- a/include/astal/wireplumber/endpoint.h +++ b/include/astal/wireplumber/endpoint.h @@ -16,6 +16,7 @@ typedef enum { ASTAL_WP_MEDIA_CLASS_AUDIO_SPEAKER, ASTAL_WP_MEDIA_CLASS_AUDIO_RECORDER, ASTAL_WP_MEDIA_CLASS_AUDIO_STREAM, + ASTAL_WP_MEDIA_CLASS_AUDIO_DEVICE, } AstalWpMediaClass; void astal_wp_endpoint_update_volume(AstalWpEndpoint *self); @@ -29,6 +30,8 @@ gboolean astal_wp_endpoint_get_mute(AstalWpEndpoint *self); 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); G_END_DECLS -- cgit v1.2.3