diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 37c8a879b7..ca63c4776d 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -71,6 +71,7 @@ EShell *e_shell_new (const char *local_d GtkWidget *e_shell_new_view (EShell *shell, const char *uri); +const char *e_shell_get_local_directory (EShell *shell); EShortcuts *e_shell_get_shortcuts (EShell *shell); EStorageSet *e_shell_get_storage_set (EShell *shell); EFolderTypeRegistry *e_shell_get_folder_type_registry (EShell *shell); |