From bdd3f376eba2184e915d0cc2440b95fb12d86080 Mon Sep 17 00:00:00 2001 From: marklee Date: Sun, 22 Mar 2009 22:11:09 +0000 Subject: Bug 559001 – Allow setting pytype wrapper class initial patch by: John Ehresman * 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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=1030 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8694d29..17ba604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2009-03-22 Mark Lee + + Bug 559001 – Allow setting pytype wrapper class + + initial patch by: John Ehresman + + * 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 * gio/gio.defs: Add g_file_enumerator_get_container, new in 2.18 -- cgit