From af2ae01f168d3eb1f622de0112c959e1390883e0 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Sat, 20 Jul 2024 15:53:07 +0200 Subject: add audio devices and profiles --- include/astal/wireplumber/profile.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/astal/wireplumber/profile.h (limited to 'include/astal/wireplumber/profile.h') diff --git a/include/astal/wireplumber/profile.h b/include/astal/wireplumber/profile.h new file mode 100644 index 0000000..2ec768e --- /dev/null +++ b/include/astal/wireplumber/profile.h @@ -0,0 +1,17 @@ +#ifndef ASTAL_WP_PROFILE_H +#define ASTAL_WP_PROFILE_H + +#include + +G_BEGIN_DECLS + +#define ASTAL_WP_TYPE_PROFILE (astal_wp_profile_get_type()) + +G_DECLARE_FINAL_TYPE(AstalWpProfile, astal_wp_profile, ASTAL_WP, PROFILE, GObject) + +gint astal_wp_profile_get_index(AstalWpProfile *self); +const gchar *astal_wp_profile_get_description(AstalWpProfile *self); + +G_END_DECLS + +#endif // !ASTAL_WP_PROFILE_H -- cgit v1.2.3