Method

IdeTemplateProviderget_project_templates

Declaration

GList*
ide_template_provider_get_project_templates (
  IdeTemplateProvider* self
)

Description

Gets a list of templates for this provider.

Plugins should implement this interface to feed IdeProjectTemplates into the project creation workflow.

Return value

Type: A list of IdeProjectTemplate*

A GList of IdeProjectTemplate instances.

The caller of the method takes ownership of the data, and is responsible for freeing it.