get_context_classes_at_iter


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "2.10" ) ]
public string[] get_context_classes_at_iter (TextIter iter)

Get all defined context classes at iter.

See the SourceBuffer description for the list of default context classes.

Parameters:

this

a SourceBuffer.

iter

a TextIter.

Returns:

a new null terminated array of context class names. Use strfreev to free the array if it is no longer needed.