Method

NumCosmoMathDataset_desc

Declaration [src]

void
ncm_data_set_desc (
  NcmData* data,
  const gchar* desc
)

Description [src]

Sets the data description. It gets a copy of desc.

Sets propertyNumCosmoMath.Data:desc

Parameters

desc

Type: const gchar*

Description.

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