summaryrefslogtreecommitdiff
path: root/obt
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-23 21:05:50 -0400
committerDana Jansens <danakj@orodu.net>2008-01-20 01:36:54 -0500
commit27274cff9c3ee668be0aa71ff4a72979a13cb4ca (patch)
treee3fe71e16648039f4c473a263c8a9d5b2e044335 /obt
parenta2f5a826a1ed79102cd59a9ef17724fb90afe86b (diff)
add G_BEGIN/END_DECLS to the mainloop header
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