From b5cf45145e8f0f62511aa072c0768612426455f1 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Fri, 9 Jan 2009 19:13:38 +0000 Subject: Add a comment explaining why the two for loops for registering interfaces. * gobject/gobjectmodule.c (pyg_type_register): Add a comment explaining why the two for loops for registering interfaces. svn path=/trunk/; revision=995 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 06e66a3..52dcbbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-09 Gustavo J. A. M. Carneiro + + * gobject/gobjectmodule.c (pyg_type_register): Add a comment + explaining why the two for loops for registering interfaces. + 2009-01-07 Paul Pogonyshev Bug 566744 – _wrap_g_input_stream_read_async() argument parsing -- cgit