Method

NumCosmoMathSerializepeek_name

Declaration [src]

gchar*
ncm_serialize_peek_name (
  NcmSerialize* ser,
  GObject* obj
)

Description [src]

Gets the named associated to the instance obj, it is an error to call this function when the obj is not contained in ser.

Parameters

obj

Type: GObject

A GObject.

The data is owned by the caller of the method.

Return value

Type: gchar*

The name of obj.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.