gimpthumb-error 3 LIBGIMPTHUMB Library gimpthumb-error Error codes used by libgimpthumb Synopsis enum GimpThumbError; #define GIMP_THUMB_ERROR GQuark gimp_thumb_error_quark (void); Description Details <anchor id="GimpThumbError" role="enum"/>enum GimpThumbError GimpThumbErrortypedef enum { GIMP_THUMB_ERROR_OPEN, /* open failed */ GIMP_THUMB_ERROR_OPEN_ENOENT, /* file does not exist */ GIMP_THUMB_ERROR_MKDIR /* mkdir failed */ } GimpThumbError; These are the possible error codes used when a GError is set by libgimpthumb. 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 <anchor id="GIMP-THUMB-ERROR:CAPS" role="macro"/>GIMP_THUMB_ERROR GIMP_THUMB_ERROR#define GIMP_THUMB_ERROR (gimp_thumb_error_quark ()) Identifier for the libgimpthumb error domain. <anchor id="gimp-thumb-error-quark" role="function"/>gimp_thumb_error_quark () gimp_thumb_error_quarkGQuark 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.