diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 9da9e97540..32c43ffd05 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1368,6 +1368,7 @@ e_shell_get_backend_by_scheme (EShell *shell, return g_hash_table_lookup (hash_table, scheme); } + /** * e_shell_get_shell_settings: * @shell: an #EShell |