Method

NumCosmoMathObjDictStrset

Declaration [src]

void
ncm_obj_dict_str_set (
  NcmObjDictStr* ods,
  const gchar* key,
  GObject* obj
)

Description [src]

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

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: GObject

A GObject.

The data is owned by the caller of the method.