diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-07-27 09:35:57 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-27 09:35:57 +0000 |
| commit | 5ffb6e17bf5ea51abe9c9f440e7cfdd8920d143a (patch) | |
| tree | 869b1650717b1dac5490aa889683f01ecc0479ea /ChangeLog | |
| parent | 2c1fecd16f1cc8943455cf3d573cf441162a8969 (diff) | |
| download | pygobject-5ffb6e17bf5ea51abe9c9f440e7cfdd8920d143a.tar.gz pygobject-5ffb6e17bf5ea51abe9c9f440e7cfdd8920d143a.tar.xz pygobject-5ffb6e17bf5ea51abe9c9f440e7cfdd8920d143a.zip | |
Use PYGLIB_DEFINE_TYPE macro and move struct field initialization to the
2008-07-27 Johan Dahlin <johan@gnome.org>
* gobject/pygboxed.c (pygobject_boxed_register_types):
* gobject/pygenum.c (pygobject_enum_register_types):
* gobject/pygflags.c (pygobject_flags_register_types):
* gobject/pygobject.c (pygobject_object_register_types):
* gobject/pygparamspec.c (pygobject_paramspec_register_types):
* gobject/pygpointer.c (pygobject_pointer_register_types):
* gobject/pygtype.c (pygobject_type_register_types):
Use PYGLIB_DEFINE_TYPE macro and move struct field initialization
to the registration methods.
svn path=/trunk/; revision=883
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2008-07-27 Johan Dahlin <johan@gnome.org> + * gobject/pygboxed.c (pygobject_boxed_register_types): + * gobject/pygenum.c (pygobject_enum_register_types): + * gobject/pygflags.c (pygobject_flags_register_types): + * gobject/pygobject.c (pygobject_object_register_types): + * gobject/pygparamspec.c (pygobject_paramspec_register_types): + * gobject/pygpointer.c (pygobject_pointer_register_types): + * gobject/pygtype.c (pygobject_type_register_types): + Use PYGLIB_DEFINE_TYPE macro and move struct field initialization + to the registration methods. + +2008-07-27 Johan Dahlin <johan@gnome.org> + * glib/pyglib-python-compat.h: Add _PyUnicode_Type macro |
