Method
NumCosmoMathObjDictStradd
Declaration [src]
void
ncm_obj_dict_str_add (
NcmObjDictStr* ods,
const gchar* key,
GObject* obj
)
Parameters
key-
Type:
const gchar*A string.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. obj-
Type:
GObjectA GObject.
The data is owned by the caller of the method.