signal callback delegate or function to connect
void callback(gtksource.snippet.Snippet snippet, ref gtk.text_iter.TextIter location, gtksource.view.View view)
snippet a #GtkSourceSnippet (optional)
location a #GtkTextIter (optional)
view 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 PushSnippet signal.
The signal is emitted to insert a new snippet into the view.
If another snippet was active, it will be paused until all focus positions of snippet have been exhausted.
location will be updated to point at the end of the snippet.