Method
GtkSourceCompletionProvideractivate
Declaration [src]
void
gtk_source_completion_provider_activate (
  GtkSourceCompletionProvider* self,
  GtkSourceCompletionContext* context,
  GtkSourceCompletionProposal* proposal
)
Description [src]
This function requests proposal to be activated by the
GtkSourceCompletionProvider.
What the provider does to activate the proposal is specific to that
provider. Many providers may choose to insert a GtkSourceSnippet with
edit points the user may cycle through.
See also: GtkSourceSnippet, GtkSourceSnippetChunk, gtk_source_view_push_snippet().
Parameters
- context
- 
            Type: GtkSourceCompletionContextA GtkSourceCompletionContext.The data is owned by the caller of the method. 
- proposal
- 
            Type: GtkSourceCompletionProposalA GtkSourceCompletionProposal.The data is owned by the caller of the method.