summaryrefslogtreecommitdiff
path: root/include/wayland-source.h
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-06-20 17:01:25 +0200
committerkotontrion <[email protected]>2024-06-20 17:01:25 +0200
commitfaf40c60dc60683fa3698d15bb6955f1f5ea6185 (patch)
tree7bc5e12c79b537450ccb744e0a8b05df3533c94b /include/wayland-source.h
parent36ce3262ac1f137866bf7f94a2ffea8c6c6fcee6 (diff)
automatically init object on creation
fix object finalize
Diffstat (limited to 'include/wayland-source.h')
-rw-r--r--include/wayland-source.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wayland-source.h b/include/wayland-source.h
index 342d82b..b219589 100644
--- a/include/wayland-source.h
+++ b/include/wayland-source.h
@@ -1,6 +1,8 @@
#ifndef __WAYLAND_SOURCE_H__
#define __WAYLAND_SOURCE_H__
+#include <glib-object.h>
+
G_BEGIN_DECLS
typedef struct _WLSource WLSource;