Constructor

NumCosmoDataBaoDvrDtDhnew_from_file

Declaration [src]

NcDataBaoDvrDtDh*
nc_data_bao_dvr_dtdh_new_from_file (
  const gchar* filename
)

Description [src]

Creates a new NcDataBaoDvrDtDh from filename.

Parameters

filename

Type: const gchar*

File containing a serialized NcDataBaoDvrDtDh.

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

Return value

Type: NcDataBaoDvrDtDh

The newly created NcDataBaoDvrDtDh.

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