From 6e47e1134ef64b9f11169bef22ac8561030dbca2 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sat, 14 Apr 2007 17:13:44 +0000 Subject: Bug 425242 – Add API to convert a gobject.GError exception being raised to a GError** parameter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=645 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a69b0fd..906a112 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-04-14 Gustavo J. A. M. Carneiro + * gobject/gobjectmodule.c, gobject/pygobject.h: Add a new + pyg_gerror_exception_check API. Fixes #425242. + * gobject/gobjectmodule.c (pyg_set_application_name) (pyg_set_prgname): Add wrappers for g_set_application_name and g_set_prgname. Patch by Havoc Pennington. Fixes #415853. -- cgit