mirror of https://github.com/GNOME/gimp.git
libgimpthumb/libgimpthumb-sections.txt updated.
2004-02-25 Sven Neumann <sven@gimp.org> * libgimpthumb/libgimpthumb-sections.txt * libgimpthumb/tmpl/gimpthumb-enums.sgml: updated.
This commit is contained in:
parent
aa1ca52a37
commit
8f5833ccf0
|
@ -1,3 +1,8 @@
|
|||
2004-02-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpthumb/libgimpthumb-sections.txt
|
||||
* libgimpthumb/tmpl/gimpthumb-enums.sgml: updated.
|
||||
|
||||
2004-02-24 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/app-docs.sgml
|
||||
|
|
|
@ -34,10 +34,13 @@ gimp_thumb_get_thumb_dir
|
|||
|
||||
<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
|
||||
|
|
|
@ -14,6 +14,16 @@ Enumerations used by libgimpthumb
|
|||
|
||||
</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
|
||||
|
@ -31,6 +41,8 @@ Possible image and thumbnail file states used by libgimpthumb.
|
|||
|
||||
@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
|
||||
|
|
Loading…
Reference in New Issue