Signal
IdeSourceView::push-snippet
Declaration
void
push_snippet (
IdeSourceView* self,
IdeSnippet* snippet,
const GtkTextIter* iter,
gpointer user_data
)
Description
Pushes snippet
onto the snippet stack at either iter
or the insertion
mark if iter
is not provided.
Default handler: | The default handler is called after the handlers added via |
Available since: | 3.32 |
Parameters
snippet |
IdeSnippet |
An |
|
The data is owned by the caller of the function. | |
iter |
const GtkTextIter* |
The location for the snippet, or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |