Method

FoundryConfigdup_id

Declaration [src]

char*
foundry_config_dup_id (
  FoundryConfig* self
)

Description

No description available.

Return value

Type: char*

The identifier of the config.

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.