summaryrefslogtreecommitdiff
path: root/include/wireplumber/wp.h
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-07-19 09:31:05 +0200
committerkotontrion <[email protected]>2024-07-19 09:31:05 +0200
commit31776f401a9ff3124ca3feb1271cd17fb751081e (patch)
tree0374efeeedcaf0d94e2a8c9b9ca4ca4fdcc1d2bb /include/wireplumber/wp.h
parent9eb113163187e1eec0d2e0ac763cd9eeb45cc9ae (diff)
add default speaker/microphone objects
Diffstat (limited to 'include/wireplumber/wp.h')
-rw-r--r--include/wireplumber/wp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wireplumber/wp.h b/include/wireplumber/wp.h
index 7950499..94e68cc 100644
--- a/include/wireplumber/wp.h
+++ b/include/wireplumber/wp.h
@@ -18,6 +18,8 @@ AstalWpWp* astal_wp_get_default_wp();
AstalWpAudio* astal_wp_wp_get_audio();
AstalWpEndpoint* astal_wp_wp_get_endpoint(AstalWpWp* self, guint id);
GList* astal_wp_wp_get_endpoints(AstalWpWp* self);
+AstalWpEndpoint* astal_wp_wp_get_default_speaker(AstalWpWp* self);
+AstalWpEndpoint* astal_wp_wp_get_default_microphone(AstalWpWp* self);
G_END_DECLS