Method

NumCosmoMathSerializedict_str_to_variant

Declaration [src]

GVariant*
ncm_serialize_dict_str_to_variant (
  NcmSerialize* ser,
  NcmObjDictStr* ods
)

Description [src]

Serializes a NcmObjDictStr to a GVariant.

Parameters

ods

Type: NcmObjDictStr

A NcmObjDictStr.

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.