Function

NumCosmoMathSerializeglobal_from_yaml

Declaration [src]

GObject*
ncm_serialize_global_from_yaml (
  const gchar* yaml_obj
)

Description [src]

Global version of ncm_serialize_from_yaml().

Parameters

yaml_obj

Type: const gchar*

A string containing the serialized version of the object in YAML format.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: GObject

A new GObject.

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