SourceCompletionProviderIF.gtkSourceCompletionProviderActivateProposal

Activate proposal at iter. When this functions returns FALSE, the default activation of proposal will take place which replaces the word at iter with the label of proposal.

interface SourceCompletionProviderIF
int
gtkSourceCompletionProviderActivateProposal

Parameters

proposal SourceCompletionProposalIF

A GtkSourceCompletionProposal

iter TextIter

A GtkTextIter

Return Value

Type: int

TRUE to indicate that the proposal activation has been handled, FALSE otherwise.

Meta