Method
GtkSourceStyleSchemeManagerget_scheme
Declaration [src]
GtkSourceStyleScheme*
gtk_source_style_scheme_manager_get_scheme (
GtkSourceStyleSchemeManager* manager,
const gchar* scheme_id
)
Parameters
scheme_id |
const gchar* |
Style scheme id to find. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. |
Return value
| Returns: | GtkSourceStyleScheme |
A |
|
| The data is owned by the instance. | |
The return value can be NULL. |