Enumeration

GlyLoaderError

since: 2.0

Declaration

error-domain Gly.LoaderError

Description [src]

Errors that can appear while loading images.

Available since: 2.0

Members

GLY_LOADER_ERROR_FAILED

Generic type for all other errors.

  • Value: 0
  • Available since: 2.0
GLY_LOADER_ERROR_UNKNOWN_IMAGE_FORMAT

Unknown image format.

  • Value: 1
  • Available since: 2.0
GLY_LOADER_ERROR_NO_MORE_FRAMES

Reached last frame in an animation with gly_frame_request_set_loop_animation() to FALSE.

  • Value: 2
  • Available since: 2.0.1

Type functions

gly_loader_error_quark

Error quark for GlyLoaderError.