Method

FoundryConfigdup_build_system

Declaration [src]

char*
foundry_config_dup_build_system (
  FoundryConfig* self
)

Description [src]

The build system the configuration specifies to be used.

Return value

Type: char*

A build system or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.