Virtual Method
GtkSourceViewpush_snippet
Declaration
void
push_snippet (
GtkSourceView* view,
GtkSourceSnippet* snippet,
GtkTextIter* location
)
Description
Inserts a new snippet at location
If another snippet was already active, it will be paused and the new
snippet will become active. Once the focus positions of snippet
have
been exhausted, editing will return to the previous snippet.
Parameters
snippet |
GtkSourceSnippet |
A |
|
The data is owned by the caller of the function. | |
location |
GtkTextIter* |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |