diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2006-07-13 17:26:56 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2006-07-13 17:26:56 +0000 |
| commit | e26921db6615d6ab766ecb10049af254e43eeaa3 (patch) | |
| tree | 65cf78bda92ddf9f68f243bea929853f24bf873f /ChangeLog | |
| parent | f80b6b9f96a027d926c9ee3d31f0ca8eb05272bf (diff) | |
| download | pygobject-e26921db6615d6ab766ecb10049af254e43eeaa3.tar.gz pygobject-e26921db6615d6ab766ecb10049af254e43eeaa3.tar.xz pygobject-e26921db6615d6ab766ecb10049af254e43eeaa3.zip | |
Add infrastructure for lazy type registration, fixes #
* gobject/gobjectmodule.c: (pyg_type_from_name),
(get_type_name_for_class):
* gobject/pygobject-private.h:
* gobject/pygobject.c: (pygobject_new_with_interfaces),
(pygobject_lookup_class), (pygobject_emit):
* gobject/pygobject.h:
* gobject/pygtype.c: (_wrap_g_type_from_name),
(pyg_type_from_object), (pyg_type_register_custom_callback),
(pyg_type_get_custom), (_pyg_type_from_name):
Add infrastructure for lazy type registration, fixes #
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2006-07-13 Johan Dahlin <jdahlin@async.com.br> + + reviewed by: <delete if not using a buddy> + + * gobject/gobjectmodule.c: (pyg_type_from_name), + (get_type_name_for_class): + * gobject/pygobject-private.h: + * gobject/pygobject.c: (pygobject_new_with_interfaces), + (pygobject_lookup_class), (pygobject_emit): + * gobject/pygobject.h: + * gobject/pygtype.c: (_wrap_g_type_from_name), + (pyg_type_from_object), (pyg_type_register_custom_callback), + (pyg_type_get_custom), (_pyg_type_from_name): + 2006-07-13 Gustavo J. A. M. Carneiro <gjc@inescporto.pt> * m4/python.m4: Properly quote AM_CHECK_PYMOD definition. |
