Method

IdeSnippetget_nth_chunk

since: 3.32

Declaration

IdeSnippetChunk*
ide_snippet_get_nth_chunk (
  IdeSnippet* self,
  guint n
)

Description

Gets the chunk at n.

Available since: 3.32

Parameters

n

Type: guint

The nth chunk to get.

Return value

Type: IdeSnippetChunk

An IdeSnippetChunk.

The data is owned by the instance.