Method

NumCosmoMathObjDictIntset

Declaration [src]

void
ncm_obj_dict_int_set (
  NcmObjDictInt* odi,
  gint key,
  GObject* obj
)

Description [src]

Sets a GObject to a NcmObjDictInt. If there is already a GObject with key key, it is unreferenced.

Parameters

key

Type: gint

An integer.

obj

Type: GObject

A GObject.

The data is owned by the caller of the method.