Method

NumCosmoMathSerializearray_from_key_file

Declaration [src]

NcmObjArray*
ncm_serialize_array_from_key_file (
  NcmSerialize* ser,
  const gchar* filename
)

Description [src]

Loads a NcmObjArray from a file using a NcmSerialize and a GKeyFile.

Parameters

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.

Return value

Type: NcmObjArray

A new NcmObjArray.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.