Method
GtkSourceStyleSchemeget_style
Declaration [src]
GtkSourceStyle*
gtk_source_style_scheme_get_style (
GtkSourceStyleScheme* scheme,
const gchar* style_id
)
Parameters
style_id |
const gchar* |
Id of the style to retrieve. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GtkSourceStyle |
Style which corresponds to |
|
The data is owned by the instance. | |
The return value can be NULL . |