diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-07-26 10:46:49 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-26 10:46:49 +0000 |
| commit | a0a89623f6ab41d78dcb8a9602387aca6657225a (patch) | |
| tree | 3b2793322e00e219bbd051d5a06dae1272eab99a /ChangeLog | |
| parent | 31c7971dcad9d8e02cb59fe603bc6d83bf035666 (diff) | |
| download | pygobject-a0a89623f6ab41d78dcb8a9602387aca6657225a.tar.gz pygobject-a0a89623f6ab41d78dcb8a9602387aca6657225a.tar.xz pygobject-a0a89623f6ab41d78dcb8a9602387aca6657225a.zip | |
Add a new API for registering exceptions for a GError domain. Register a
2008-07-26 Johan Dahlin <johan@gnome.org>
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2008-07-26 Johan Dahlin <johan@gnome.org> + * 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 <johan@gnome.org> + * glib/pygoptioncontext.c (pyg_option_context_set_main_group), (pyg_option_context_add_group): Send in a PyObject instead of a PyGOptionGroup object. |
