Function

NumCosmoMathDTuple2new_from_variant

Declaration [src]

NcmDTuple2*
ncm_dtuple2_new_from_variant (
  GVariant* var
)

Description [src]

Creates a new NcmDTuple2 from a GVariant. The GVariant must be of type #NCM_DTUPLE2_TYPE.

Parameters

var

Type: GVariant

A GVariant.

The data is owned by the caller of the function.

Return value

Type: NcmDTuple2

No description available.

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