Function
NumCosmoMathSerializeglobal_from_variant
Declaration [src]
GObject*
ncm_serialize_global_from_variant (
GVariant* var_obj
)
Parameters
var_obj-
Type:
GVariantA 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. |