PixbufError#

class PixbufError#

An error code in the GDK_PIXBUF_ERROR domain.

Many gdk-pixbuf operations can cause errors in this domain, or in the G_FILE_ERROR domain.

Methods#

class PixbufError
quark() int#

Fields#

class PixbufError
BAD_OPTION#

A bad option was passed to a pixbuf save module.

CORRUPT_IMAGE#

An image file was broken somehow.

FAILED#

Generic failure code, something went wrong.

INCOMPLETE_ANIMATION#

Only part of the animation was loaded.

INSUFFICIENT_MEMORY#

Not enough memory.

UNKNOWN_TYPE#

Unknown image type.

UNSUPPORTED_OPERATION#

Don’t know how to perform the given operation on the type of image at hand.