Method

NumCosmoMathObjDictIntget

Declaration [src]

GObject*
ncm_obj_dict_int_get (
  NcmObjDictInt* odi,
  gint key
)

Description [src]

Gets a GObject from a NcmObjDictInt with key key.

Parameters

key

Type: gint

An integer.

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.