Method

IdeProjectTemplateget_languages

Declaration

const char* const*
ide_project_template_get_languages (
  IdeProjectTemplate* self
)

Description

Gets the list of languages that this template can support when generating the project.

Return value

Type: An array of utf8

An array of language names.

The array is NULL-terminated.
The data is owned by the instance.
The return value can be NULL.
Each element is a NUL terminated UTF-8 string.