From ecf9af17b1d6e93a883f18bd6366eb68897559ae Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Thu, 17 Aug 2006 15:50:05 +0000 Subject: fix interface registration --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ce85e85..402de51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-08-17 Gustavo J. A. M. Carneiro + + * gobject/gobjectmodule.c (pyg_type_register): Move the interface + registration code up, to run before properties and signals + registration, because glib doesn't allow us to add interfaces + after the first call to g_class_ref. + 2006-08-16 John Finlay * docs/reference/pygobject-functions.xml: Update docs for -- cgit