Function

NumCosmoMathSerializeglobal_set

Declaration [src]

void
ncm_serialize_global_set (
  GObject* obj,
  const gchar* name,
  gboolean overwrite
)

Description [src]

Global version of ncm_serialize_set().

Parameters

obj

Type: GObject

A GObject.

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

Type: const gchar*

The obj name.

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

Type: gboolean

Whether to overwrite if there is already an object named name.