aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-13 22:52:28 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-17 07:57:09 +0800
commit208d779b00a410dc1f1734ad1c8b3ccdc53db3d3 (patch)
tree691d9a9d5ac67d6e3508ad6f9081b650c70cce16 /shell/e-shell.h
parenta26c98ad5ae39d2b60eb727eea81a9eab1dda01a (diff)
downloadgsoc2013-evolution-208d779b00a410dc1f1734ad1c8b3ccdc53db3d3.tar
gsoc2013-evolution-208d779b00a410dc1f1734ad1c8b3ccdc53db3d3.tar.gz
gsoc2013-evolution-208d779b00a410dc1f1734ad1c8b3ccdc53db3d3.tar.bz2
gsoc2013-evolution-208d779b00a410dc1f1734ad1c8b3ccdc53db3d3.tar.lz
gsoc2013-evolution-208d779b00a410dc1f1734ad1c8b3ccdc53db3d3.tar.xz
gsoc2013-evolution-208d779b00a410dc1f1734ad1c8b3ccdc53db3d3.tar.zst
gsoc2013-evolution-208d779b00a410dc1f1734ad1c8b3ccdc53db3d3.zip
EShell: Add a read-only "client-cache" property.
Give EShell its own EClientCache. This should be used throughout Evolution, wherever an EClient is needed. New functions: e_shell_get_client_cache()
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index a0ef1f6bae..bdbbf0942f 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -116,6 +116,7 @@ EShellBackend * e_shell_get_backend_by_name (EShell *shell,
const gchar *name);
EShellBackend * e_shell_get_backend_by_scheme (EShell *shell,
const gchar *scheme);
+EClientCache * e_shell_get_client_cache (EShell *shell);
EShellSettings *e_shell_get_shell_settings (EShell *shell);
ESourceRegistry *
e_shell_get_registry (EShell *shell);