Method

NumCosmoMathSerializepeek_by_name

Declaration [src]

GObject*
ncm_serialize_peek_by_name (
  NcmSerialize* ser,
  const gchar* name
)

Description [src]

Peeks the instance name or null if there isn’t a instance named name.

Parameters

name

Type: const gchar*

An instance name.

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

Return value

Type: GObject

Gets the instance named name or NULL.

The returned data is owned by the instance.