value_array_from_args
Description:
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 |
Namespace: Soup
Package: libsoup-2.4