Method

NumCosmoMathSerializearray_to_variant

Declaration [src]

GVariant*
ncm_serialize_array_to_variant (
  NcmSerialize* ser,
  NcmObjArray* oa
)

Description [src]

Serializes a NcmObjArray to a GVariant.

Parameters

oa

Type: NcmObjArray

A NcmObjArray.

The data is owned by the caller of the method.

Return value

Type: GVariant

The serialized GVariant.

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