Method
IdeSourceViewpush_snippet
since: 3.32
Declaration
void
ide_source_view_push_snippet (
IdeSourceView* self,
IdeSnippet* snippet,
const GtkTextIter* location
)
Parameters
snippet-
Type:
IdeSnippetAn
IdeSnippet.The data is owned by the caller of the function. location-
Type:
GtkTextIterA location for the snippet or
NULL.The argument can be NULL.The data is owned by the caller of the function.