value_array_from_args


Description:


[ Version ( deprecated = true ) ]
public ValueArray? value_array_from_args (va_list args)

Warning: value_array_from_args is deprecated.

Creates a ValueArray from the provided arguments, which must consist of pairs of a Type and a value of that type, terminated by INVALID.

Note:

Use Variant API instead.

(The array will contain copies of the provided data rather than pointing to the passed-in data directly.)

Parameters:

args

arguments to create a ValueArray from

Returns:

a new ValueArray, or null if an error occurred.


Namespace: Soup
Package: libsoup-2.4