summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject-private.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-27 09:03:06 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-27 09:03:06 +0000
commit826e4b1a42873c8fadb3a7f98abf244c666a413b (patch)
tree4513a6c8308e449409ee947af891bbd1706f46c6 /gobject/pygobject-private.h
parent28cc14391b52dcbef2e148dcc985b2803623234d (diff)
downloadpygobject-826e4b1a42873c8fadb3a7f98abf244c666a413b.tar.gz
pygobject-826e4b1a42873c8fadb3a7f98abf244c666a413b.tar.xz
pygobject-826e4b1a42873c8fadb3a7f98abf244c666a413b.zip
Use glib macros to define the module, update export regexp.
2008-07-27 Johan Dahlin <johan@gnome.org> * gobject/Makefile.am: * gobject/gobjectmodule.c (PYGLIB_MODULE_START): * gobject/pygobject-private.h: Use glib macros to define the module, update export regexp. svn path=/trunk/; revision=881
Diffstat (limited to 'gobject/pygobject-private.h')
-rw-r--r--gobject/pygobject-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gobject/pygobject-private.h b/gobject/pygobject-private.h
index 9810cf4..aebe4c5 100644
--- a/gobject/pygobject-private.h
+++ b/gobject/pygobject-private.h
@@ -8,6 +8,8 @@
#define _INSIDE_PYGOBJECT_
#include "pygobject.h"
+#include "pyglib-python-compat.h"
+
/* Python 2.3 does not define Py_CLEAR */
#ifndef Py_CLEAR
#define Py_CLEAR(op) \