Function

NumCosmoMathSerializeglobal_is_named

Declaration [src]

gboolean
ncm_serialize_global_is_named (
  const gchar* serobj,
  gchar** name
)

Description [src]

Global version of ncm_serialize_is_named().

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.

Return value

Type: gboolean

Whether serobj is a named serialized object.