Method
NumCosmoMathSerializeget_by_name
Declaration [src]
GObject*
ncm_serialize_get_by_name (
NcmSerialize* ser,
const gchar* name
)
Description [src]
Gets a new reference for 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 caller of the method takes ownership of the returned data, and is responsible for freeing it. |