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
gpointerA GArray.
The data is owned by the caller of the function. var-
Type:
GVariantA variant of array type.
The data is owned by the caller of the function.