Method

NumCosmoMathSerializearray_to_key_file

Declaration [src]

void
ncm_serialize_array_to_key_file (
  NcmSerialize* ser,
  NcmObjArray* oa,
  const gchar* filename,
  gboolean save_comment
)

Description [src]

Saves a NcmObjArray to a file using a NcmSerialize and a GKeyFile.

Parameters

oa

Type: NcmObjArray

A NcmObjArray.

The data is owned by the caller of the method.
filename

Type: const gchar*

Oa filename.

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

Type: gboolean

Whether to save comments.