Function
NumCosmoMathSerializeglobal_from_file
Declaration [src]
GObject*
ncm_serialize_global_from_file (
const gchar* filename
)
Parameters
filename-
Type:
const gchar*File containing the serialized version of the object.
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. |