Language.getGlobs

Returns the globs associated to this language.

This is just an utility wrapper around gtksource.language.Language.getMetadata to retrieve the "globs" metadata property and split it into an array.

class Language
string[]
getGlobs
()

Return Value

Type: string[]

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