Method

NumCosmoMathObjDictStrpeek

Declaration [src]

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

Description [src]

Peeks a GObject from a NcmObjDictStr with key key without increasing its reference count.

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 returned data is owned by the instance.