diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-13 22:52:28 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-17 07:57:09 +0800 |
commit | 208d779b00a410dc1f1734ad1c8b3ccdc53db3d3 (patch) | |
tree | 691d9a9d5ac67d6e3508ad6f9081b650c70cce16 /shell/e-shell.h | |
parent | a26c98ad5ae39d2b60eb727eea81a9eab1dda01a (diff) | |
download | gsoc2013-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.h | 1 |
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); |