diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-20 07:54:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-20 07:54:02 +0800 |
commit | ab0ea462f39d13d56f10ccefeae882cc001469e4 (patch) | |
tree | a6e6c9256125e7f04198f0aba2ead1f4c3b3168d /shell/e-shell-migrate.h | |
parent | b06cdfab92313ca7b1ce9a88ccb0ffba33cb17ab (diff) | |
download | gsoc2013-evolution-ab0ea462f39d13d56f10ccefeae882cc001469e4.tar.gz gsoc2013-evolution-ab0ea462f39d13d56f10ccefeae882cc001469e4.tar.zst gsoc2013-evolution-ab0ea462f39d13d56f10ccefeae882cc001469e4.zip |
Documentation improvements.
svn path=/branches/kill-bonobo/; revision=36806
Diffstat (limited to 'shell/e-shell-migrate.h')
-rw-r--r-- | shell/e-shell-migrate.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/e-shell-migrate.h b/shell/e-shell-migrate.h index 315a2904c5..45907ce7ce 100644 --- a/shell/e-shell-migrate.h +++ b/shell/e-shell-migrate.h @@ -27,6 +27,13 @@ #include <shell/e-shell-common.h> #include <shell/e-shell.h> +/** + * E_SHELL_MIGRATE_ERROR: + * + * Error domain for migration operations. Errors in this domain will be + * from the #EShellMigrateError enumeration. See #GError for information + * on error domains. + **/ #define E_SHELL_MIGRATE_ERROR \ (e_shell_migrate_error_quark ()) |