summaryrefslogtreecommitdiff
path: root/obt
diff options
context:
space:
mode:
Diffstat (limited to 'obt')
-rw-r--r--obt/mainloop.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/obt/mainloop.h b/obt/mainloop.h
index 46e19f03..cdc0bd29 100644
--- a/obt/mainloop.h
+++ b/obt/mainloop.h
@@ -23,6 +23,8 @@
#include <X11/Xlib.h>
#include <glib.h>
+G_BEGIN_DECLS
+
typedef struct _ObtMainLoop ObtMainLoop;
ObtMainLoop *obt_main_loop_new(Display *display);
@@ -74,4 +76,6 @@ void obt_main_loop_timeout_remove_data(ObtMainLoop *loop,
void obt_main_loop_run(ObtMainLoop *loop);
void obt_main_loop_exit(ObtMainLoop *loop);
+G_END_DECLS
+
#endif