summaryrefslogtreecommitdiffstats
path: root/gobject/pygtype.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-26 22:37:39 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-26 22:37:39 +0000
commitc907856672c1f14acd5e161a51cfc6cff890f592 (patch)
tree66525fc341868f106265d3dc7a2d5ddf6cc599db /gobject/pygtype.c
parent6b93ae8cb09fec1c95b42f791858b93f0ca10a53 (diff)
downloadpygobject-c907856672c1f14acd5e161a51cfc6cff890f592.tar.gz
pygobject-c907856672c1f14acd5e161a51cfc6cff890f592.tar.xz
pygobject-c907856672c1f14acd5e161a51cfc6cff890f592.zip
Move paramspec registration to a separate file, add a header for the
2008-07-27 Johan Dahlin <johan@gnome.org> * gobject/Makefile.am: * gobject/gobjectmodule.c (init_gobject): * gobject/pygobject-private.h: * gobject/pygobject.c: * gobject/pygparamspec.c (pygobject_paramspec_register_types): * gobject/pygparamspec.h: * gobject/pygtype.c: Move paramspec registration to a separate file, add a header for the internal API. svn path=/trunk/; revision=878
Diffstat (limited to 'gobject/pygtype.c')
-rw-r--r--gobject/pygtype.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gobject/pygtype.c b/gobject/pygtype.c
index b4d029b..e77aee7 100644
--- a/gobject/pygtype.c
+++ b/gobject/pygtype.c
@@ -20,9 +20,14 @@
* USA
*/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <pyglib.h>
#include "pygobject-private.h"
+#include "pygparamspec.h"
/* -------------- __gtype__ objects ---------------------------- */