Method

NumCosmoMathObjArrayget

Declaration [src]

GObject*
ncm_obj_array_get (
  NcmObjArray* oa,
  guint i
)

Description [src]

Gets a GObject from a NcmObjArray at position i.

Parameters

i

Type: guint

Object index.

Return value

Type: GObject

The GObject at position i.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.