SourceBuffer.iterHasContextClass

Check if the class context_class is set on iter. See the GtkSourceBuffer description for the list of context classes. Since 2.10

class SourceBuffer
int
iterHasContextClass

Parameters

iter TextIter

a GtkTextIter.

contextClass string

class to search for.

Return Value

Type: int

whether iter has the context class.

Meta