Method

FoundrySettingsset_double

Declaration [src]

void
foundry_settings_set_double (
  FoundrySettings* self,
  const char* key,
  double val
)

Description

No description available.

Parameters

key

Type: const char*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
val

Type: double

No description available.