Value.array_from_garray
Description:
[
CCode ( has_construct_function =
false ) ]
public Value.array_from_garray (
Context context,
GenericArray<
Value>? array)
Create a new Value referencing an array with the items from array.
If array is null or empty a new empty array will be created. Elements of array
should be pointers to a Value.
Parameters:
| context |
a Context
|
| array |
a GenericArray
|
Returns: