Method

GlyImageget_mime_type

since: 1.0

Declaration [src]

const char*
gly_image_get_mime_type (
  GlyImage* image
)

Description [src]

Returns detected MIME type of the file.

Available since: 1.0

Return value

Type: const char*

MIME type.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.