diff options
Diffstat (limited to 'include/astal/wireplumber/wp.h')
-rw-r--r-- | include/astal/wireplumber/wp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/astal/wireplumber/wp.h b/include/astal/wireplumber/wp.h index 94e68cc..3b4b5e5 100644 --- a/include/astal/wireplumber/wp.h +++ b/include/astal/wireplumber/wp.h @@ -4,6 +4,7 @@ #include <glib-object.h> #include "audio.h" +#include "device.h" #include "endpoint.h" G_BEGIN_DECLS @@ -20,6 +21,8 @@ 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); +AstalWpDevice* astal_wp_wp_get_device(AstalWpWp* self, guint id); +GList* astal_wp_wp_get_devices(AstalWpWp* self); G_END_DECLS |