From: Dana Jansens Date: Tue, 24 Jul 2007 01:05:50 +0000 (-0400) Subject: add G_BEGIN/END_DECLS to the mainloop header X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=27274cff9c3ee668be0aa71ff4a72979a13cb4ca add G_BEGIN/END_DECLS to the mainloop header --- 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 #include +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