value_array_append


Description:


[ Version ( deprecated = true ) ]
public void value_array_append (ValueArray array, Type type, ...)

Warning: value_array_append is deprecated.

Appends the provided value of type type to array as with append.

Note:

Use Variant API instead.

(The provided data is copied rather than being inserted directly.)

Parameters:

array

a ValueArray

type

a Type

...

a value of type type


Namespace: Soup
Package: libsoup-2.4