From 29b1060c6fc2614dcbfe6edc177944a31f4decd6 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Sun, 9 Jun 2024 20:27:00 +0200 Subject: initial commit --- include/wayland-source.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/wayland-source.h (limited to 'include/wayland-source.h') diff --git a/include/wayland-source.h b/include/wayland-source.h new file mode 100644 index 0000000..ad6ed8c --- /dev/null +++ b/include/wayland-source.h @@ -0,0 +1,14 @@ +#ifndef __WAYLAND_SOURCE_H__ +#define __WAYLAND_SOURCE_H__ + +G_BEGIN_DECLS + +typedef struct _WLSource WLSource; + +WLSource* wl_source_new(); +void wl_source_free(WLSource *self); +struct wl_display* wl_source_get_display(WLSource *source); + +G_END_DECLS + +#endif /* __WAYLAND_SOURCE_H__ */ -- cgit v1.2.3