value_array_to_args
Description:
Warning: value_array_to_args is deprecated.
Extracts a ValueArray into the provided arguments, which must consist of pairs of a Type and a value of pointer-to-that-type, terminated by INVALID.
Note:
Use Variant API instead.
The returned values will point to the same memory as the values in the array.
Parameters:
array | |
args |
arguments to extract |
Returns:
success or failure |
Namespace: Soup
Package: libsoup-2.4