Enumeration

GdkTextureError

since: 4.6

Declaration

error-domain Gdk.TextureError

Description [src]

Possible errors that can be returned by GdkTexture constructors.

Available since: 4.6

Members

GDK_TEXTURE_ERROR_TOO_LARGE

Not enough memory to handle this image.

  • Value: 0
  • Available since: 4.6
GDK_TEXTURE_ERROR_CORRUPT_IMAGE

The image data appears corrupted.

  • Value: 1
  • Available since: 4.6
GDK_TEXTURE_ERROR_UNSUPPORTED_CONTENT

The image contains features that cannot be loaded.

  • Value: 2
  • Available since: 4.6
GDK_TEXTURE_ERROR_UNSUPPORTED_FORMAT

The image format is not supported.

  • Value: 3
  • Available since: 4.6

Type functions

gdk_texture_error_quark
No description available.