Method

NumCosmoMathSerializedict_int_from_variant

Declaration [src]

NcmObjDictInt*
ncm_serialize_dict_int_from_variant (
  NcmSerialize* ser,
  GVariant* var
)

Description [src]

Creates a new NcmObjDictInt from a GVariant.

Parameters

var

Type: GVariant

A GVariant containing a dictionary of integers keys.

The data is owned by the caller of the method.

Return value

Type: NcmObjDictInt

A new NcmObjDictInt.

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