Function
NumCosmoMathcfg_entries_to_keyfile
Declaration [src]
void
ncm_cfg_entries_to_keyfile (
GKeyFile* kfile,
const gchar* group_name,
GOptionEntry* entries
)
Parameters
kfile-
Type:
GKeyFileA
GKeyFile.The data is owned by the caller of the function. group_name-
Type:
const gchar*Group name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. entries-
Type:
GOptionEntryA null terminated array of
GOptionEntry.The data is owned by the caller of the function.