summaryrefslogtreecommitdiff
path: root/include/astal/wireplumber/endpoint.h
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-07-21 10:46:39 +0200
committerkotontrion <[email protected]>2024-07-21 10:46:39 +0200
commitd5596c421da581479382394a6ead9bb422779564 (patch)
tree32f179df014a03c175fed98f38697135ca7838e8 /include/astal/wireplumber/endpoint.h
parentaf2ae01f168d3eb1f622de0112c959e1390883e0 (diff)
add icons
Diffstat (limited to 'include/astal/wireplumber/endpoint.h')
-rw-r--r--include/astal/wireplumber/endpoint.h3
1 files changed, 3 insertions, 0 deletions
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