]> Dogcows Code - chaz/openbox/commitdiff
wrap public headers in G_BEGIN/END_DECLS
authorDana Jansens <danakj@orodu.net>
Thu, 25 Sep 2003 22:48:04 +0000 (22:48 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 25 Sep 2003 22:48:04 +0000 (22:48 +0000)
parser/parse.h
render/render.h
render/theme.h

index 5974b7809aa6cdced34d88f84782ac0c95638a31..6717deba68d3d92b1f77fcad3560c8f6a918649b 100644 (file)
@@ -22,6 +22,8 @@
 #include <libxml/parser.h>
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 typedef struct _ObParseInst ObParseInst;
 
 typedef void (*ParseCallback)(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
@@ -80,4 +82,6 @@ gchar *parse_expand_tilde(const gchar *f);
 /*! Makes a directory and all its parents */
 void parse_mkdir_path(const gchar *path, gint mode);
 
+G_END_DECLS
+
 #endif
index e29e74c19c4d27753fe3e1f125fc8d65f417cad6..df81daf13efccc4d648250e592f5a3254be5d0b4 100644 (file)
@@ -25,6 +25,8 @@
 #include <X11/Xft/Xft.h>
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 typedef union  _RrTextureData      RrTextureData;
 typedef struct _RrAppearance       RrAppearance;
 typedef struct _RrSurface          RrSurface;
@@ -210,4 +212,6 @@ gboolean RrPixmapToRGBA(const RrInstance *inst,
                         Pixmap pmap, Pixmap mask,
                         gint *w, gint *h, RrPixel32 **data);
 
+G_END_DECLS
+
 #endif /*__render_h*/
index 651f09e7141ef0ecd9c4acbd99e58f6fda964129..f61944b7bde4b2f008499c6117ec83eb848be9d7 100644 (file)
@@ -21,6 +21,8 @@
 
 #include "render.h"
 
+G_BEGIN_DECLS
+
 typedef struct _RrTheme RrTheme;
 
 struct _RrTheme {
@@ -187,4 +189,6 @@ struct _RrTheme {
 RrTheme* RrThemeNew(const RrInstance *inst, gchar *theme);
 void RrThemeFree(RrTheme *theme);
 
+G_END_DECLS
+
 #endif
This page took 0.026214 seconds and 4 git commands to generate.