Method

GtkSourceLanguageget_mime_types

Declaration [src]

gchar**
gtk_source_language_get_mime_types (
  GtkSourceLanguage* language
)

Description [src]

Returns the mime types associated to this language.

This is just an utility wrapper around gtk_source_language_get_metadata() to retrieve the “mimetypes” metadata property and split it into an array.

Return value

Returns: An array of utf8
 

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 g_strfreev().

 The array is NULL-terminated.
 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.
 Each element is a NUL terminated UTF-8 string.