summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormarklee <marklee@localhost>2009-03-22 22:11:09 +0000
committermarklee <marklee@localhost>2009-03-22 22:11:09 +0000
commitbdd3f376eba2184e915d0cc2440b95fb12d86080 (patch)
tree9ba6fbde762f171697b4d7e5380a6fc9269b5ce5 /ChangeLog
parent04d307068875e640d7e5046951c44b1f78363272 (diff)
downloadpygobject-bdd3f376eba2184e915d0cc2440b95fb12d86080.tar.gz
pygobject-bdd3f376eba2184e915d0cc2440b95fb12d86080.tar.xz
pygobject-bdd3f376eba2184e915d0cc2440b95fb12d86080.zip
Bug 559001 – Allow setting pytype wrapper class
initial patch by: John Ehresman <jpe@wingware.com> * gobject/pygtype.c (_wrap_g_type_wrapper__set_pytype): New function. * tests/test_gtype.py (GTypeTest.assertPyType), (GTypeTest.setInvalidPyType), (GTypeTest.testPyType), (GTypeTest.testInvalidPyType): Two new testcases to test the above, with accompanying helper methods. svn path=/trunk/; revision=1030
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8694d29..17ba604 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2009-03-22 Mark Lee <marklee@svn.gnome.org>
+
+ Bug 559001 – Allow setting pytype wrapper class
+
+ initial patch by: John Ehresman <jpe@wingware.com>
+
+ * gobject/pygtype.c (_wrap_g_type_wrapper__set_pytype): New function.
+
+ * tests/test_gtype.py (GTypeTest.assertPyType),
+ (GTypeTest.setInvalidPyType), (GTypeTest.testPyType),
+ (GTypeTest.testInvalidPyType): Two new testcases to test the above,
+ with accompanying helper methods.
+
2009-03-22 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gio.defs: Add g_file_enumerator_get_container, new in 2.18