get_style_name
Description:
public unowned string get_style_name (
string style_id)
Returns the name of the style with ID style_id defined by this this.
Parameters:
| this |
a SourceLanguage.
|
| style_id |
a style ID.
|
Returns:
|
the name of the style with ID style_id defined by this this or
null if the style has no name or there is no style with ID style_id defined by this
this. The returned string is owned by the this and must not be
modified.
|