Method
NumCosmoMathSerializeset
Declaration [src]
void
ncm_serialize_set (
NcmSerialize* ser,
GObject* obj,
const gchar* name,
gboolean overwrite
)
Parameters
obj-
Type:
GObjectA GObject.
The data is owned by the caller of the method. name-
Type:
const gchar*The
objname.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. overwrite-
Type:
gbooleanWhether to overwrite if there is already an object named
name.