Signal
IdeSourceView::push-snippet
since: 3.32
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-
Type:
IdeSnippetAn
IdeSnippet.The data is owned by the caller of the function. iter-
Type:
GtkTextIterThe location for the snippet, or
NULL.The argument can be NULL.The data is owned by the caller of the function.