Method

NumCosmoMathSParamtake_name

Declaration [src]

void
ncm_sparam_take_name (
  NcmSParam* sparam,
  gchar* name
)

Description [src]

Takes name as the name string. The caller doesn’t have to free it any more.

Parameters

name

Type: gchar*

A string.

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