Method

NumCosmoMathObjDictIntpeek

Declaration [src]

GObject*
ncm_obj_dict_int_peek (
  NcmObjDictInt* odi,
  gint key
)

Description [src]

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

Parameters

key

Type: gint

An integer.

Return value

Type: GObject

The GObject with key key.

The returned data is owned by the instance.