diff options
| author | John Ehresman <jpe@wingware.com> | 2010-04-12 23:21:24 -0400 |
|---|---|---|
| committer | John Ehresman <jpe@wingware.com> | 2010-04-15 12:13:34 -0400 |
| commit | f6f2ed44c84aff3c38fc3eb5961b28621a14fc51 (patch) | |
| tree | 20d33d2b2dc36a454ba8ad9e59b823b50569e3a8 /gobject | |
| parent | d8109d9de81a776794965d4cc1093ca03bebd6af (diff) | |
Make pyglib-python-compat.h a public header and include in pygobject.h Also #define PyVarObject_HEAD_INIT if not defined (in < python 2.6)
Diffstat (limited to 'gobject')
| -rw-r--r-- | gobject/pygobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gobject/pygobject.h b/gobject/pygobject.h index d7eba07..aaab860 100644 --- a/gobject/pygobject.h +++ b/gobject/pygobject.h @@ -7,6 +7,8 @@ #include <glib.h> #include <glib-object.h> +#include <pyglib.h> + G_BEGIN_DECLS /* This is deprecated, don't use */ |
