Language.getStyleIds

Returns the ids of the styles defined by this language.

class Language
string[]
getStyleIds
()

Return Value

Type: string[]

a newly-allocated null terminated array containing ids of the styles defined by this language or null if no style is defined. The returned array must be freed with glib.global.strfreev.