From a0a89623f6ab41d78dcb8a9602387aca6657225a Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 26 Jul 2008 10:46:49 +0000 Subject: Add a new API for registering exceptions for a GError domain. Register a 2008-07-26 Johan Dahlin * examples/gio/directory-async.py: * gio/Makefile.am: * gio/giomodule.c (init_gio): * glib/pyglib.c (pyglib_error_check), (pyglib_register_exception_for_domain): * glib/pyglib.h: * tests/test_gio.py: Add a new API for registering exceptions for a GError domain. Register a new exception for G_IO_ERROR, update tests and examples to use the new exception. svn path=/trunk/; revision=863 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6979eeb..8e58111 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-07-26 Johan Dahlin + + * examples/gio/directory-async.py: + * gio/Makefile.am: + * gio/giomodule.c (init_gio): + * glib/pyglib.c (pyglib_error_check), + (pyglib_register_exception_for_domain): + * glib/pyglib.h: + * tests/test_gio.py: + Add a new API for registering exceptions for a GError domain. + Register a new exception for G_IO_ERROR, update tests + and examples to use the new exception. + 2008-07-26 Johan Dahlin * glib/pygoptioncontext.c (pyg_option_context_set_main_group), -- cgit