Function
NumCosmoMathDTuple3new_from_variant
Declaration [src]
NcmDTuple3*
ncm_dtuple3_new_from_variant (
GVariant* var
)
Description [src]
Creates a new NcmDTuple3 from a GVariant.
The GVariant must be of type #NCM_DTUPLE3_TYPE.
Parameters
var-
Type:
GVariantA
GVariant.The data is owned by the caller of the function.
Return value
Type: NcmDTuple3
A new NcmDTuple3.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |