summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-06-23 21:16:52 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-06-23 21:16:52 +0000
commit71b23f187b97cc39fe1a78abc629b26cc30b78cc (patch)
tree5bc5e7a9ae814f57a44a338f1cb27f01ed4c515a /ChangeLog
parent207893a121480d909fe54be065a8e95e54289695 (diff)
downloadpygobject-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c8fd96..51fbc2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)