mime.type
, instead of
identifying the type automatically. Useful if you want an error if
the image isn't the expected mime type, for loading image formats
that can't be reliably identified by looking at the data, or if
the user manually forces a specific mime type.gdkPixbufLoaderNewWithMimeType(mime.type, .errwarn = TRUE)
mime.type
GdkPixbufLoader
] A newly-created pixbuf loader.error
GError
, or NULL
to ignore errors. [ allow-none ]gdkPixbufFormatGetMimeTypes
on each of the GdkPixbufFormat
structs returned by gdkPixbufGetFormats
.
Since 2.4