Method

NumCosmoMathObjArrayadd

Declaration [src]

void
ncm_obj_array_add (
  NcmObjArray* oa,
  GObject* obj
)

Description [src]

Adds a GObject to a NcmObjArray.

Parameters

obj

Type: GObject

A GObject.

The data is owned by the caller of the method.