Files
gimp/devel-docs/libgimpthumb/tmpl/gimpthumb-enums.sgml
Sven Neumann 8f5833ccf0 libgimpthumb/libgimpthumb-sections.txt updated.
2004-02-25  Sven Neumann  <sven@gimp.org>

	* libgimpthumb/libgimpthumb-sections.txt
	* libgimpthumb/tmpl/gimpthumb-enums.sgml: updated.
2004-02-25 22:21:56 +00:00

52 lines
1.5 KiB
Plaintext

<!-- ##### SECTION Title ##### -->
gimpthumb-enums
<!-- ##### SECTION Short_Description ##### -->
Enumerations used by libgimpthumb
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### ENUM GimpThumbFileType ##### -->
<para>
File types as returned by gimp_thumb_file_test().
</para>
@GIMP_THUMB_FILE_TYPE_NONE: file does not exist
@GIMP_THUMB_FILE_TYPE_REGULAR: a regular file
@GIMP_THUMB_FILE_TYPE_FOLDER: a directory
@GIMP_THUMB_FILE_TYPE_SPECIAL: a special file (device node, fifo, socket, ...)
<!-- ##### ENUM GimpThumbSize ##### -->
<para>
Possible thumbnail sizes as defined by the Thumbnail Managaging Standard
</para>
@GIMP_THUMB_SIZE_FAIL: special size used to indicate a thumbnail
creation failure
@GIMP_THUMB_SIZE_NORMAL: normal thumbnail size (128 pixels)
@GIMP_THUMB_SIZE_LARGE: large thumbnail size (256 pixels)
<!-- ##### ENUM GimpThumbState ##### -->
<para>
Possible image and thumbnail file states used by libgimpthumb.
</para>
@GIMP_THUMB_STATE_UNKNOWN: nothing is known about the file/thumbnail
@GIMP_THUMB_STATE_REMOTE: the file is on a remote file system
@GIMP_THUMB_STATE_FOLDER:
@GIMP_THUMB_STATE_SPECIAL:
@GIMP_THUMB_STATE_NOT_FOUND: the file/thumbnail doesn't exist
@GIMP_THUMB_STATE_EXISTS: the file/thumbnail exists
@GIMP_THUMB_STATE_OLD: the thumbnail may be outdated
@GIMP_THUMB_STATE_FAILED: the thumbnail couldn't be created
@GIMP_THUMB_STATE_OK: the thumbnail exists and matches the image