Function

NumCosmoMathcfg_entries_to_keyfile

Declaration [src]

void
ncm_cfg_entries_to_keyfile (
  GKeyFile* kfile,
  const gchar* group_name,
  GOptionEntry* entries
)

Description [src]

Transforms the entries into a keyfile kfile group group_name.

Parameters

kfile

Type: GKeyFile

A 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: GOptionEntry

A null terminated array of GOptionEntry.

The data is owned by the caller of the function.