diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-03-05 04:46:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-03 11:00:39 +0800 |
commit | 3e05d86173c12420db661fc80292252fe720b8d9 (patch) | |
tree | e34d31e2e36790957a4d8889aa5c25a49cad9538 /shell/e-shell-view.h | |
parent | c6b67831e8029d7c53a4c5b4057b19251cba6bb1 (diff) | |
download | gsoc2013-evolution-3e05d86173c12420db661fc80292252fe720b8d9.tar.gz gsoc2013-evolution-3e05d86173c12420db661fc80292252fe720b8d9.tar.zst gsoc2013-evolution-3e05d86173c12420db661fc80292252fe720b8d9.zip |
Adapt libeshell to the new ESource API.
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r-- | shell/e-shell-view.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index ad311ec7aa..0d7aee01ae 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -22,6 +22,8 @@ #ifndef E_SHELL_VIEW_H #define E_SHELL_VIEW_H +#include <libedataserver/e-source.h> + #include <shell/e-shell-common.h> #include <shell/e-shell-backend.h> #include <shell/e-shell-content.h> @@ -228,6 +230,10 @@ GtkWidget * e_shell_view_show_popup_menu (EShellView *shell_view, GalViewInstance * e_shell_view_new_view_instance (EShellView *shell_view, const gchar *instance_id); +void e_shell_view_write_source (EShellView *shell_view, + ESource *source); +void e_shell_view_remove_source (EShellView *shell_view, + ESource *source); G_END_DECLS |