SourceView.getMarkCategoryPixbuf

Warning gtk_source_view_get_mark_category_pixbuf is deprecated and should not be used in newly-written code. Gets the pixbuf which is associated with the given mark category. Since 2.2

class SourceView
getMarkCategoryPixbuf
(
string category
)

Parameters

category string

a mark category.

Return Value

Type: Pixbuf

the associated GdkPixbuf, or NULL if not found.

Meta