Function

IdeSnippetStoragefrom_context

since: 3.32

Declaration

IdeSnippetStorage*
ide_snippet_storage_from_context (
  IdeContext* context
)

Description

Gets the snippet storage for the context.

Available since: 3.32

Parameters

context

Type: IdeContext

An IdeContext.

The data is owned by the caller of the function.

Return value

Type: IdeSnippetStorage

An IdeSnippetStorage.

The data is owned by the called function.