signal callback delegate or function to connect
void callback(gtksource.completion_context.CompletionContext context, gtksource.completion.Completion completion)
context The #GtkSourceCompletionContext for the current completion (optional)
completion the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to PopulateContext signal.
Emitted just before starting to populate the completion with providers. You can use this signal to add additional attributes in the context.