From c907856672c1f14acd5e161a51cfc6cff890f592 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 26 Jul 2008 22:37:39 +0000 Subject: Move paramspec registration to a separate file, add a header for the 2008-07-27 Johan Dahlin * 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 --- gobject/pygtype.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gobject/pygtype.c') 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 +#endif + #include #include "pygobject-private.h" +#include "pygparamspec.h" /* -------------- __gtype__ objects ---------------------------- */ -- cgit