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:
gintAn integer.
obj-
Type:
GObjectA GObject.
The data is owned by the caller of the method.