summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2001-09-25 13:45:44 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-09-25 13:45:44 +0000
commit1703c8495fcd611fbdb1ffe20eb27c536af9d2aa (patch)
treefddb49c450eca85e41002f4559e017a318427924 /ChangeLog
parent6b87a28b01c8a6cf92be9272413fca2abcc97df6 (diff)
downloadpygtk-python22-branch.tar.gz
getter for __dict__ on GObject wrappers. (PyGObject_Type): include getsetspython22-branch
2001-09-25 James Henstridge <james@daa.com.au> * gobjectmodule.c (pygobject_get_dict): getter for __dict__ on GObject wrappers. (PyGObject_Type): include getsets list. * codegen/codegen.py (write_getsets): change "struct getsets" to PyGetSetDef to match recent changes in python.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e7b4ac9..13c2b4b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2001-09-25 James Henstridge <james@daa.com.au>
+ * gobjectmodule.c (pygobject_get_dict): getter for __dict__ on
+ GObject wrappers.
+ (PyGObject_Type): include getsets list.
+
+ * codegen/codegen.py (write_getsets): change "struct getsets" to
+ PyGetSetDef to match recent changes in python.
+
* gtk/gdk.override (_wrap_gdk_device__get_axes): change to getter.
(_wrap_gdk_device__get_keys): turn into a getter.
(_wrap_gdk_drag_context__get_targets): same here.