SourceCompletionProviderT.gtkSourceCompletionProviderGetStartIter

Get the GtkTextIter at which the completion for proposal starts. When implemented, the completion can use this information to position the completion window accordingly when a proposal is selected in the completion window.

template SourceCompletionProviderT(TStruct)
int
gtkSourceCompletionProviderGetStartIter
(
SourceCompletionContext context
,,
TextIter iter
)

Parameters

context SourceCompletionContext

A GtkSourceCompletionContext

proposal SourceCompletionProposalIF

A GtkSourceCompletionProposal

iter TextIter

A GtkTextIter

Return Value

Type: int

TRUE if iter was set for proposal, FALSE otherwise

Meta