Function

NumCosmoMathSerializeglobal_to_file

Declaration [src]

void
ncm_serialize_global_to_file (
  GObject* obj,
  const gchar* filename
)

Description [src]

Global version of ncm_serialize_to_file().

Parameters

obj

Type: GObject

A GObject.

The data is owned by the caller of the function.
filename

Type: const gchar*

File where to save 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.