diff options
author | kotontrion <[email protected]> | 2024-07-20 15:53:07 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-07-20 15:53:07 +0200 |
commit | af2ae01f168d3eb1f622de0112c959e1390883e0 (patch) | |
tree | 4629758737435217bf4725ecbf647ce9125bddb5 /include/private/device-private.h | |
parent | 86bff65898178fe6e58e8d02c9b6e588003621bc (diff) |
add audio devices and profiles
Diffstat (limited to 'include/private/device-private.h')
-rw-r--r-- | include/private/device-private.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/private/device-private.h b/include/private/device-private.h new file mode 100644 index 0000000..e98a7f7 --- /dev/null +++ b/include/private/device-private.h @@ -0,0 +1,15 @@ +#ifndef ASTAL_WP_DEVICE_PRIVATE_H +#define ASTAL_WP_DEVICE_PRIVATE_H + +#include <glib-object.h> +#include <wp/wp.h> + +#include "device.h" + +G_BEGIN_DECLS + +AstalWpDevice *astal_wp_device_create(WpDevice *device); + +G_END_DECLS + +#endif // !ASTAL_WP_DEVICE_PRIATE_H |