From fe3966c22cbf5e198164b088b4f46f280bc33126 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sat, 7 Jul 2007 12:09:52 +0000 Subject: Bug 351072 – Cannot handle signals with parameter type G_TYPE_VALUE (marshal/unmarshal for GValue-wrapped GValue) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=680 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 07ab347..1a0518b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-07-06 Ed Catmur + + * gobject/pygtype.c (pyg_param_gvalue_from_pyobject), + (pyg_param_gvalue_as_pyobject): Applied patch from Ed Catmur to + support G_TYPE_VALUE boxed args/signals, and add a test, Fixes + #351072 + +2007-07-06 Carlos Martin + + * tests/test_gtype.py: + * tests/testhelpermodule.c: add test for #351072 + 2007-07-04 Murray Cumming * gobject/pygobject.c: (pygobject_switch_to_toggle_ref): -- cgit