aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-08-03 05:19:55 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-08-03 23:40:13 +0800
commit6055337bbac4e516c2c5b41b965fbffce6cf69c6 (patch)
treea670305a21361b9dba6bd13e7ccc30c4755f880f /shell/e-shell-view.h
parentaa8b7b68fc3ac2f877cde7afcac096477f3b3e56 (diff)
downloadgsoc2013-evolution-6055337bbac4e516c2c5b41b965fbffce6cf69c6.tar
gsoc2013-evolution-6055337bbac4e516c2c5b41b965fbffce6cf69c6.tar.gz
gsoc2013-evolution-6055337bbac4e516c2c5b41b965fbffce6cf69c6.tar.bz2
gsoc2013-evolution-6055337bbac4e516c2c5b41b965fbffce6cf69c6.tar.lz
gsoc2013-evolution-6055337bbac4e516c2c5b41b965fbffce6cf69c6.tar.xz
gsoc2013-evolution-6055337bbac4e516c2c5b41b965fbffce6cf69c6.tar.zst
gsoc2013-evolution-6055337bbac4e516c2c5b41b965fbffce6cf69c6.zip
Add e_shell_view_remote_delete_source().
Convenience function wraps e_source_remote_delete() but handles user-facing activity and error display.
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r--shell/e-shell-view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index 726777f2d4..84b3c69314 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -234,6 +234,9 @@ void e_shell_view_write_source (EShellView *shell_view,
ESource *source);
void e_shell_view_remove_source (EShellView *shell_view,
ESource *source);
+void e_shell_view_remote_delete_source
+ (EShellView *shell_view,
+ ESource *source);
G_END_DECLS