get_context_classes_at_iter
Description:
[
CCode ( array_length =
false , array_null_terminated =
true ) ]
public string[]
get_context_classes_at_iter (
TextIter iter)
Get all defined context classes at iter.
See the [class@Buffer] description for the list of default context classes.
Parameters:
| this |
a Buffer.
|
| 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.
|