diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-07-17 10:39:07 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-17 10:39:07 +0000 |
| commit | 01b5595d907cef0638e027a26218505ecd942239 (patch) | |
| tree | e806fbb30a5817c5c37409f73db0e7af555bbe93 | |
| parent | fd7aa13d3d05e530b9a03b6bb9d7c3e1cc77b51b (diff) | |
Rename gio.IOErrorEnum to gio.ErrorEnum
2008-07-17 Johan Dahlin <johan@gnome.org>
* gio/gio-types.defs:
Rename gio.IOErrorEnum to gio.ErrorEnum
svn path=/trunk/; revision=819
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | gio/gio-types.defs | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2008-07-17 Johan Dahlin <johan@gnome.org> + * gio/gio-types.defs: + Rename gio.IOErrorEnum to gio.ErrorEnum + +2008-07-17 Johan Dahlin <johan@gnome.org> + * gio/giomodule.c (init_gio): Add gio.ERROR which maps to the G_IO_ERROR quark. diff --git a/gio/gio-types.defs b/gio/gio-types.defs index 9b4b74c..00eeaa3 100644 --- a/gio/gio-types.defs +++ b/gio/gio-types.defs @@ -382,7 +382,7 @@ ) ) -(define-enum IOErrorEnum +(define-enum ErrorEnum (in-module "gio") (c-name "GIOErrorEnum") (gtype-id "G_TYPE_IO_ERROR_ENUM") |
