Function

NumCosmoMathSerializeglobal_from_variant

Declaration [src]

GObject*
ncm_serialize_global_from_variant (
  GVariant* var_obj
)

Description [src]

Global version of ncm_serialize_from_variant().

Parameters

var_obj

Type: GVariant

A GVariant containing the serialized version of the object.

The data is owned by the caller of the function.

Return value

Type: GObject

A new GObject deserialized from var_obj.

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