Function

GlyLoaderget_mime_types

since: 2.0

Declaration [src]

GStrv
gly_loader_get_mime_types (
  void
)

Description [src]

Returns a list of MIME types currently supported for loading images.

This list is generated from the config on first use of a loader or call of this function and cached afterwards. Hence, the first call can be blocking.

Available since: 2.0

Return value

Type: An array of utf8

List of supported MIME types.

The array is NULL-terminated.
Each element is a NUL terminated UTF-8 string.