From e27d8b7871ca294579b51fb7f0a4f6e40c830658 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Fri, 30 May 2008 12:24:49 +0000 Subject: Add the GParamSpec type wrapper to the module dictionary. svn path=/trunk/; revision=785 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 28e3a7c..3fcba94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-30 Gustavo J. A. M. Carneiro + + * gobject/gobjectmodule.c (init_gobject): Call PyType_Ready for + PyGParamSpec_Type, and add it to the module dict. + 2008-05-23 Johan Dahlin * gio/gio.defs: -- cgit