summaryrefslogtreecommitdiff
path: root/include/wireplumber/wp.h
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-07-18 17:43:56 +0200
committerkotontrion <[email protected]>2024-07-18 17:43:56 +0200
commit9eb113163187e1eec0d2e0ac763cd9eeb45cc9ae (patch)
tree71a9cc11c732ef09311c262959b0b2035b792333 /include/wireplumber/wp.h
parent35cd0fb43d30be311cfdfca05f8a6d98d844d284 (diff)
add Audio object and default nodes api
Diffstat (limited to 'include/wireplumber/wp.h')
-rw-r--r--include/wireplumber/wp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wireplumber/wp.h b/include/wireplumber/wp.h
index 61c3d87..7950499 100644
--- a/include/wireplumber/wp.h
+++ b/include/wireplumber/wp.h
@@ -3,6 +3,7 @@
#include <glib-object.h>
+#include "audio.h"
#include "endpoint.h"
G_BEGIN_DECLS
@@ -14,7 +15,9 @@ G_DECLARE_FINAL_TYPE(AstalWpWp, astal_wp_wp, ASTAL_WP, WP, GObject)
AstalWpWp* astal_wp_wp_get_default();
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);
G_END_DECLS