CompletionContext.getIter

Get the iter at which the completion was invoked. Providers can use this to determine how and if to match proposals.

class CompletionContext
bool
getIter

Parameters

iter gtk.text_iter.TextIter

a #GtkTextIter.

Return Value

Type: bool

true if iter is correctly set, false otherwise.