Method

NumCosmoMathObjArraypeek

Declaration [src]

GObject*
ncm_obj_array_peek (
  NcmObjArray* oa,
  guint i
)

Description [src]

Peeks a GObject from a NcmObjArray at position i without increasing its reference count.

Parameters

i

Type: guint

Object index.

Return value

Type: GObject

The GObject at position i.

The returned data is owned by the instance.