diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/libeutil/libeutil-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/libeutil/libeutil-sections.txt | 25 | ||||
-rw-r--r-- | doc/reference/libeutil/libeutil.types | 1 |
3 files changed, 27 insertions, 0 deletions
diff --git a/doc/reference/libeutil/libeutil-docs.sgml b/doc/reference/libeutil/libeutil-docs.sgml index 3ec7742373..468fb986c4 100644 --- a/doc/reference/libeutil/libeutil-docs.sgml +++ b/doc/reference/libeutil/libeutil-docs.sgml @@ -246,6 +246,7 @@ <xi:include href="xml/e-name-selector.xml"/> <xi:include href="xml/e-online-button.xml"/> <xi:include href="xml/e-paned.xml"/> + <xi:include href="xml/e-photo-cache.xml"/> <xi:include href="xml/e-picture-gallery.xml"/> <xi:include href="xml/e-poolv.xml"/> <xi:include href="xml/e-popup-action.xml"/> diff --git a/doc/reference/libeutil/libeutil-sections.txt b/doc/reference/libeutil/libeutil-sections.txt index ca98eb5a1c..bbd146716b 100644 --- a/doc/reference/libeutil/libeutil-sections.txt +++ b/doc/reference/libeutil/libeutil-sections.txt @@ -2418,6 +2418,31 @@ e_passwords_ask_password </SECTION> <SECTION> +<FILE>e-photo-cache</FILE> +<TITLE>EPhotoCache</TITLE> +EPhotoCache +e_photo_cache_new +e_photo_cache_ref_client_cache +e_photo_cache_get_local_only +e_photo_cache_set_local_only +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 +E_TYPE_PHOTO_CACHE +E_PHOTO_CACHE_CLASS +E_IS_PHOTO_CACHE_CLASS +E_PHOTO_CACHE_GET_CLASS +EPhotoCacheClass +e_photo_cache_get_type +<SUBSECTION Private> +EPhotoCachePrivate +</SECTION> + +<SECTION> <FILE>e-picture-gallery</FILE> <TITLE>EPictureGallery</TITLE> EPictureGallery diff --git a/doc/reference/libeutil/libeutil.types b/doc/reference/libeutil/libeutil.types index bfbbfd91a1..fdf7494130 100644 --- a/doc/reference/libeutil/libeutil.types +++ b/doc/reference/libeutil/libeutil.types @@ -89,6 +89,7 @@ e_name_selector_list_get_type e_name_selector_model_get_type e_online_button_get_type e_paned_get_type +e_photo_cache_get_type e_picture_gallery_get_type e_plugin_get_type e_plugin_hook_get_type |