Method

IdeSnippetget_nth_chunk

Declaration

IdeSnippetChunk*
ide_snippet_get_nth_chunk (
  IdeSnippet* self,
  guint n
)

Description

Gets the chunk at n.

Available since:3.32

Parameters

n guint
 

The nth chunk to get.

Return value

Returns: IdeSnippetChunk
 

An IdeSnippetChunk.

 The data is owned by the instance.