Virtual Method

IdeConfigget_extensions

Declaration

GPtrArray*
get_extensions (
  IdeConfig* self
)

Description

Gets the known SDK extensions that will be used when building the project. Implementing this in your configuration backend allows plugins to know if additional binaries will be available to the build system.

Return value

Type: An array of None

An array of IdeRuntime for the runtime extensions for the configuration.

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