From e42129241681dde7adae7d20697e7b421682fbb4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:23:22 +0200 Subject: Adding upstream version 2.10.22. Signed-off-by: Daniel Baumann --- .../html/libgimpthumb-GimpThumb-error.html | 139 +++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-error.html (limited to 'devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-error.html') diff --git a/devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-error.html b/devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-error.html new file mode 100644 index 0000000..3b63f99 --- /dev/null +++ b/devel-docs/libgimpthumb/html/libgimpthumb-GimpThumb-error.html @@ -0,0 +1,139 @@ + + + + +GimpThumb-error: GIMP Thumbnail Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

GimpThumb-error

+

GimpThumb-error — Error codes used by libgimpthumb

+
+
+

Functions

+
++++ + + + + +
+GQuark + +gimp_thumb_error_quark () +
+
+
+

Types and Values

+
++++ + + + + + + + + + + +
enumGimpThumbError
#defineGIMP_THUMB_ERROR
+
+
+

Description

+

Error codes used by libgimpthumb

+
+
+

Functions

+
+

gimp_thumb_error_quark ()

+
GQuark
+gimp_thumb_error_quark (void);
+

This function is never called directly. Use GIMP_THUMB_ERROR() instead.

+
+

Returns

+

the GQuark that defines the GimpThumb error domain.

+
+
+
+
+

Types and Values

+
+

enum GimpThumbError

+

These are the possible error codes used when a GError is set by +libgimpthumb.

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + +

GIMP_THUMB_ERROR_OPEN

+

there was a problem opening the file

+
 

GIMP_THUMB_ERROR_OPEN_ENOENT

+

the file doesn't exist

+
 

GIMP_THUMB_ERROR_MKDIR

+

there was a problem creating a directory

+
 
+
+
+
+
+

GIMP_THUMB_ERROR

+
#define GIMP_THUMB_ERROR (gimp_thumb_error_quark ())
+
+

Identifier for the libgimpthumb error domain.

+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3