diff options
author | Aylur <[email protected]> | 2024-09-01 03:18:26 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-01 03:18:26 +0200 |
commit | eacac669d0f1b12fde9119fd4a53fba29552eb70 (patch) | |
tree | ee35ed05e8be48e9e9d92b2c38601635d9ee9af2 /wireplumber/include/private/device-private.h | |
parent | 7706d24965a268b6075d3fb5557ef6b96c889483 (diff) |
move to monorepo
Diffstat (limited to 'wireplumber/include/private/device-private.h')
-rw-r--r-- | wireplumber/include/private/device-private.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/wireplumber/include/private/device-private.h b/wireplumber/include/private/device-private.h new file mode 100644 index 0000000..e98a7f7 --- /dev/null +++ b/wireplumber/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 |