SourceView.setMarkCategoryPixbuf

Warning gtk_source_view_set_mark_category_pixbuf is deprecated and should not be used in newly-written code. Use gtk_source_view_set_mark_category_icon_from_pixbuf instead Associates a given pixbuf with a given mark category. If pixbuf is NULL, the pixbuf is unset. Since 2.2

class SourceView
void
setMarkCategoryPixbuf

Parameters

category string

a mark category.

pixbuf Pixbuf

a GdkPixbuf or NULL.

Meta