get_mime_types


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[]? get_mime_types ()

Returns the mime types associated to this language.

This is just an utility wrapper around [method@Language.get_metadata] to retrieve the "mimetypes" metadata property and split it into an array.

Parameters:

this

a Language.

Returns:

a newly-allocated null terminated array containing the mime types or null if no mime types are found. The returned array must be freed with strfreev .