Function

NumCosmoMathcfg_array_set_variant

Declaration [src]

void
ncm_cfg_array_set_variant (
  GArray* a,
  GVariant* var
)

Description [src]

Transfers the data from var to a.

This function is not directly available to language bindings.

Parameters

a

Type: An array of gpointer

A GArray.

The data is owned by the caller of the function.
var

Type: GVariant

A variant of array type.

The data is owned by the caller of the function.