Method
GtkSourceViewget_mark_attributes
Declaration [src]
GtkSourceMarkAttributes*
gtk_source_view_get_mark_attributes (
GtkSourceView* view,
const gchar* category,
gint* priority
)
Parameters
category |
const gchar* |
The category. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
priority |
gint* |
Place where priority of the category will be stored. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GtkSourceMarkAttributes |
|
|
The data is owned by the instance. |