Method

NumCosmoMathObjDictIntkeys

Declaration [src]

GArray*
ncm_obj_dict_int_keys (
  NcmObjDictInt* odi
)

Description [src]

Gets the keys of a NcmObjDictInt.

Return value

Type: An array of int

The keys of a NcmObjDictInt.

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