diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-20 22:45:47 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-20 22:45:47 +0800 |
commit | e9a5c3d19ce9cd6c68b4dc288215464d06868e3b (patch) | |
tree | e069ccf34850a2ff98f9ff3558d50cc6bd1c0d28 /shell/e-shell-view.h | |
parent | 047d10743cda9e5198e0e1cde0d7817aa61c811e (diff) | |
download | gsoc2013-evolution-e9a5c3d19ce9cd6c68b4dc288215464d06868e3b.tar gsoc2013-evolution-e9a5c3d19ce9cd6c68b4dc288215464d06868e3b.tar.gz gsoc2013-evolution-e9a5c3d19ce9cd6c68b4dc288215464d06868e3b.tar.bz2 gsoc2013-evolution-e9a5c3d19ce9cd6c68b4dc288215464d06868e3b.tar.lz gsoc2013-evolution-e9a5c3d19ce9cd6c68b4dc288215464d06868e3b.tar.xz gsoc2013-evolution-e9a5c3d19ce9cd6c68b4dc288215464d06868e3b.tar.zst gsoc2013-evolution-e9a5c3d19ce9cd6c68b4dc288215464d06868e3b.zip |
Implemented the "Copy Folder" and "Move Folder" menu items. Untested.
svn path=/trunk/; revision=9899
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r-- | shell/e-shell-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index 3f94a0b2f8..8b4d35093d 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -89,6 +89,7 @@ BonoboUIComponent *e_shell_view_get_bonobo_ui_component (EShellView *shell_view BonoboUIContainer *e_shell_view_get_bonobo_ui_container (EShellView *shell_view); GtkWidget *e_shell_view_get_appbar (EShellView *shell_view); const char *e_shell_view_get_current_uri (EShellView *shell_view); +const char *e_shell_view_get_current_path (EShellView *shell_view); gboolean e_shell_view_save_settings (EShellView *shell_view, const char *prefix); |