SourceCompletionProviderIF.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.

interface SourceCompletionProviderIF
int
gtkSourceCompletionProviderGetStartIter

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