Method

NumCosmoMathObjDictStrget

Declaration [src]

GObject*
ncm_obj_dict_str_get (
  NcmObjDictStr* ods,
  const gchar* key
)

Description [src]

Gets a GObject from a NcmObjDictStr with key key.

Parameters

key

Type: const gchar*

A string.

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

Return value

Type: GObject

The GObject with key key.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.