Method

IdeProjectTemplateget_languages

since: 3.32

Declaration

gchar**
ide_project_template_get_languages (
  IdeProjectTemplate* self
)

Description

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

Available since: 3.32

Return value

Type: An array of utf8

A newly allocated, NULL terminated list of supported languages.

The array is NULL-terminated.
The caller of the method takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.