diff options
| author | John Finlay <finlay@src.gnome.org> | 2006-06-23 21:16:52 +0000 |
|---|---|---|
| committer | John Finlay <finlay@src.gnome.org> | 2006-06-23 21:16:52 +0000 |
| commit | 71b23f187b97cc39fe1a78abc629b26cc30b78cc (patch) | |
| tree | 5bc5e7a9ae814f57a44a338f1cb27f01ed4c515a /ChangeLog | |
| parent | 207893a121480d909fe54be065a8e95e54289695 (diff) | |
| download | pygobject-71b23f187b97cc39fe1a78abc629b26cc30b78cc.tar.gz pygobject-71b23f187b97cc39fe1a78abc629b26cc30b78cc.tar.xz pygobject-71b23f187b97cc39fe1a78abc629b26cc30b78cc.zip | |
Add support for retrieving signal and propertie info from interface types.
* gobject/gobjectmodule.c (pyg_object_class_list_properties)
(pyg_signal_list_ids, pyg_signal_lookup, pyg_signal_query): Add
support for retrieving signal and propertie info from interface types.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-06-23 John Finlay <finlay@moeraki.com> + + * gobject/gobjectmodule.c (pyg_object_class_list_properties) + (pyg_signal_list_ids, pyg_signal_lookup, pyg_signal_query): Add + support for retrieving signal and propertie info from interface types. + 2006-06-04 Johan Dahlin <johan@gnome.org> * gobject/gobjectmodule.c (pyg_spawn_async) |
