#include <libxml/parser.h>
#include <glib.h>
+G_BEGIN_DECLS
+
typedef struct _ObParseInst ObParseInst;
typedef void (*ParseCallback)(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
/*! Makes a directory and all its parents */
void parse_mkdir_path(const gchar *path, gint mode);
+G_END_DECLS
+
#endif
#include <X11/Xft/Xft.h>
#include <glib.h>
+G_BEGIN_DECLS
+
typedef union _RrTextureData RrTextureData;
typedef struct _RrAppearance RrAppearance;
typedef struct _RrSurface RrSurface;
Pixmap pmap, Pixmap mask,
gint *w, gint *h, RrPixel32 **data);
+G_END_DECLS
+
#endif /*__render_h*/
#include "render.h"
+G_BEGIN_DECLS
+
typedef struct _RrTheme RrTheme;
struct _RrTheme {
RrTheme* RrThemeNew(const RrInstance *inst, gchar *theme);
void RrThemeFree(RrTheme *theme);
+G_END_DECLS
+
#endif