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 /doc | |
parent | a26c98ad5ae39d2b60eb727eea81a9eab1dda01a (diff) | |
download | gsoc2013-evolution-208d779b00a410dc1f1734ad1c8b3ccdc53db3d3.tar.gz 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 'doc')
-rw-r--r-- | doc/reference/libeshell/libeshell-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/libeshell/libeshell-sections.txt b/doc/reference/libeshell/libeshell-sections.txt index eaec920011..5734ef3a15 100644 --- a/doc/reference/libeshell/libeshell-sections.txt +++ b/doc/reference/libeshell/libeshell-sections.txt @@ -8,6 +8,7 @@ e_shell_get_shell_backends e_shell_get_canonical_name e_shell_get_backend_by_name e_shell_get_backend_by_scheme +e_shell_get_client_cache e_shell_get_shell_settings e_shell_get_registry e_shell_create_shell_window |