Method

NumCosmoMathObjDictIntadd

Declaration [src]

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

Description [src]

Adds a GObject to a NcmObjDictInt.

Parameters

key

Type: gint

An integer.

obj

Type: GObject

A GObject.

The data is owned by the caller of the method.