Method

NumCosmoMathDatatake_desc

Declaration [src]

void
ncm_data_take_desc (
  NcmData* data,
  gchar* desc
)

Description [src]

Sets the data description desc without copying it, the desc memory will be freed (g_free) when the object is freed.

Parameters

desc

Type: gchar*

Description.

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