Function
NumCosmoMathSerializeglobal_is_named
Declaration [src]
gboolean
ncm_serialize_global_is_named (
const gchar* serobj,
gchar** name
)
Parameters
serobj-
Type:
const gchar*Serialized object.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. name-
Type:
gchar**Object name.
The argument will be set by the function. The caller of the function takes ownership of the returned data, and is responsible for freeing it. The value is a NUL terminated UTF-8 string.