diff options
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 ()) |