mirror of
https://github.com/zoriya/astal.git
synced 2026-06-06 03:12:12 +00:00
16 lines
258 B
C
Vendored
16 lines
258 B
C
Vendored
#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
|