Method
NumCosmoMathSerializefrom_string
Declaration [src]
GObject*
ncm_serialize_from_string (
NcmSerialize* ser,
const gchar* obj_ser
)
Parameters
obj_ser-
Type:
const gchar*String containing the serialized version of the object.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: GObject
A new GObject.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |