diff options
author | Milan Crha <mcrha@redhat.com> | 2009-11-12 19:32:06 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-11-12 19:32:06 +0800 |
commit | 13d07fdb631a6c2157d9650649ee612c05ff5b57 (patch) | |
tree | 4c1fdfb4346dce80728512998f4be81cc5bcd3c4 /shell/e-shell-utils.h | |
parent | 12a23558d0f34c7dc84a81e50c8cf71535f2416b (diff) | |
download | gsoc2013-evolution-13d07fdb631a6c2157d9650649ee612c05ff5b57.tar.gz gsoc2013-evolution-13d07fdb631a6c2157d9650649ee612c05ff5b57.tar.zst gsoc2013-evolution-13d07fdb631a6c2157d9650649ee612c05ff5b57.zip |
Bug #588093 - Allow import of local files from command line
Diffstat (limited to 'shell/e-shell-utils.h')
-rw-r--r-- | shell/e-shell-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell-utils.h b/shell/e-shell-utils.h index 24ca617369..24b44a9622 100644 --- a/shell/e-shell-utils.h +++ b/shell/e-shell-utils.h @@ -43,6 +43,10 @@ GFile * e_shell_run_save_dialog (EShell *shell, GtkCallback customize_func, gpointer customize_data); +guint e_shell_utils_import_uris (EShell *shell, + gchar **uris, + gboolean preview); + G_END_DECLS #endif /* E_SHELL_UTILS_H */ |