gimp/devel-docs/libgimpthumb/libgimpthumb-sections.txt
Sven Neumann ea273aadb9 libgimpthumb/gimpthumb-utils.[ch] libgimpthumb/gimpthumbnail.[ch] added
2004-10-23  Sven Neumann  <sven@gimp.org>

	* libgimpthumb/gimpthumb-utils.[ch]
	* libgimpthumb/gimpthumbnail.[ch]
	* libgimpthumb/gimpthumb.def: added missing API, mainly for deleting
	thumbnails.

	* app/core/gimpimagefile.[ch]: when saving a thumbnail, delete a
	failure thumbnail if one exists. Unless the thumbnail was created
	explicitely, remove all other thumbnails for this image.

	* app/actions/documents-commands.c: changed accordingly.

	* app/file/file-open.c: only save a thumbnail if there isn't a
	valid thumbnail already.

	* app/widgets/gimpthumbbox.c: before attempting to create a new
	thumbnail, check if there's an uptodate failure thumbnail.
2004-10-23 15:30:39 +00:00

66 lines
1.3 KiB
Text

<SECTION>
<FILE>gimpthumbnail</FILE>
<TITLE>GimpThumbnail</TITLE>
GimpThumbnail
gimp_thumbnail_new
gimp_thumbnail_set_uri
gimp_thumbnail_set_filename
gimp_thumbnail_set_from_thumb
gimp_thumbnail_peek_image
gimp_thumbnail_peek_thumb
gimp_thumbnail_check_thumb
gimp_thumbnail_load_thumb
gimp_thumbnail_save_thumb
gimp_thumbnail_save_thumb_local
gimp_thumbnail_save_failure
gimp_thumbnail_delete_failure
gimp_thumbnail_delete_others
gimp_thumbnail_has_failed
<SUBSECTION Standard>
GimpThumbnailClass
GIMP_THUMBNAIL
GIMP_IS_THUMBNAIL
GIMP_TYPE_THUMBNAIL
gimp_thumbnail_get_type
GIMP_THUMBNAIL_CLASS
GIMP_IS_THUMBNAIL_CLASS
GIMP_THUMBNAIL_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpthumb-utils</FILE>
gimp_thumb_init
gimp_thumb_find_thumb
gimp_thumb_file_test
gimp_thumb_name_from_uri
gimp_thumb_ensure_thumb_dir
gimp_thumb_get_thumb_dir
gimp_thumbs_delete_for_uri
gimp_thumb_name_from_uri_local
gimp_thumb_ensure_thumb_dir_local
gimp_thumb_get_thumb_dir_local
gimp_thumbs_delete_for_uri_local
</SECTION>
<SECTION>
<FILE>gimpthumb-enums</FILE>
GimpThumbFileType
GimpThumbSize
GimpThumbState
<SUBSECTION Standard>
GIMP_TYPE_THUMB_SIZE
gimp_thumb_file_type_get_type
GIMP_TYPE_THUMB_FILE_TYPE
gimp_thumb_size_get_type
GIMP_TYPE_THUMB_STATE
gimp_thumb_state_get_type
</SECTION>
<SECTION>
<FILE>gimpthumb-error</FILE>
GimpThumbError
GIMP_THUMB_ERROR
gimp_thumb_error_quark
</SECTION>