diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-04-23 08:28:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-24 08:52:20 +0800 |
commit | 3bf02daa08271ae5201008ee362a045b217c6a7a (patch) | |
tree | 9b84d47b39575d7fa423e8a0ff121ebe472ae2ec /doc | |
parent | 822fcbbd0fa5cfb69d03b689571a20a52c97ae12 (diff) | |
download | gsoc2013-evolution-3bf02daa08271ae5201008ee362a045b217c6a7a.tar.gz gsoc2013-evolution-3bf02daa08271ae5201008ee362a045b217c6a7a.tar.zst gsoc2013-evolution-3bf02daa08271ae5201008ee362a045b217c6a7a.zip |
Reimplement EPhotoCache to use EPhotoSource.
Reimplement EPhotoCache to delegate the actual photo fetching to
EPhotoSources. When a photo is requested for a given email address,
all available EPhotoSources are dispatched concurrently and a photo
input stream is selected from the result set.
This also utilizes EDataCapture, which is affixed to the returned
GInputStream to capture and cache photo data for an email address.
New functions:
e_photo_cache_add_photo_source()
e_photo_cache_list_photo_sources()
e_photo_cache_remove_photo_source()
e_photo_cache_add_photo()
Renamed functions:
e_photo_cache_remove() --> e_photo_cache_remove_photo()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/libeutil/libeutil-sections.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/reference/libeutil/libeutil-sections.txt b/doc/reference/libeutil/libeutil-sections.txt index 49420677c4..71174e3db2 100644 --- a/doc/reference/libeutil/libeutil-sections.txt +++ b/doc/reference/libeutil/libeutil-sections.txt @@ -2489,10 +2489,14 @@ e_passwords_ask_password EPhotoCache e_photo_cache_new e_photo_cache_ref_client_cache +e_photo_cache_add_photo_source +e_photo_cache_list_photo_sources +e_photo_cache_remove_photo_source +e_photo_cache_add_photo +e_photo_cache_remove_photo e_photo_cache_get_photo_sync e_photo_cache_get_photo e_photo_cache_get_photo_finish -e_photo_cache_remove <SUBSECTION Standard> E_PHOTO_CACHE E_IS_PHOTO_CACHE |