Method
IdeTemplateProviderget_project_templates
Description
Gets a list of templates for this provider.
Plugins should implement this interface to feed IdeProjectTemplate
‘s into
the project creation workflow.
Available since: | 3.32 |
Return value
Returns: | A list of IdeProjectTemplate |
A |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |