Value.array_from_strv


Description:

[ CCode ( has_construct_function = false ) ]
public Value.array_from_strv (Context context, string[] strv)

Create a new Value referencing an array of strings with the items from strv.

If array is null or empty a new empty array will be created.

Parameters:

context

a Context

strv

a null-terminated array of strings

Returns:

a Value.