Method

FoundryBuildFlagsdup_directory

Declaration [src]

char*
foundry_build_flags_dup_directory (
  FoundryBuildFlags* self
)

Description

No description available.

Return value

Type: char*

The directory for the build 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.