Function
Idesource_style_scheme_apply_style
Declaration
gboolean
ide_source_style_scheme_apply_style (
GtkSourceStyleScheme* style_scheme,
const gchar* style,
GtkTextTag* tag
)
Parameters
style_scheme
-
Type:
GtkSourceStyleScheme
No description available.
The data is owned by the caller of the function. style
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. tag
-
Type:
GtkTextTag
No description available.
The data is owned by the caller of the function.