summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.