From bccb03463fc41f2e6c4305a5565d4158a0f797fe Mon Sep 17 00:00:00 2001 From: kotontrion Date: Tue, 16 Jul 2024 15:13:00 +0200 Subject: initial commit --- include/wireplumber/wp.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 include/wireplumber/wp.h (limited to 'include/wireplumber/wp.h') diff --git a/include/wireplumber/wp.h b/include/wireplumber/wp.h new file mode 100644 index 0000000..61c3d87 --- /dev/null +++ b/include/wireplumber/wp.h @@ -0,0 +1,21 @@ +#ifndef ASTAL_WIREPLUMBER_H +#define ASTAL_WIREPLUMBER_H + +#include + +#include "endpoint.h" + +G_BEGIN_DECLS + +#define ASTAL_WP_TYPE_WP (astal_wp_wp_get_type()) + +G_DECLARE_FINAL_TYPE(AstalWpWp, astal_wp_wp, ASTAL_WP, WP, GObject) + +AstalWpWp* astal_wp_wp_get_default(); +AstalWpWp* astal_wp_get_default_wp(); + +AstalWpEndpoint* astal_wp_wp_get_endpoint(AstalWpWp* self, guint id); + +G_END_DECLS + +#endif // !ASTAL_WIREPLUMBER_H -- cgit v1.2.3