Method

IdeSnippetParserget_snippets

since: 3.32

Declaration

GList*
ide_snippet_parser_get_snippets (
  IdeSnippetParser* parser
)

Description

Get the list of all the snippets loaded.

Available since: 3.32

Return value

Type: A list of IdeSnippet*

A GList of IdeSnippets items.

The data is owned by the instance.