value_array_insert
Description:
[ Version ( deprecated = true ) ]
public void value_array_insert (ValueArray array, uint index_, Type type, ...)
Warning: value_array_insert is deprecated.
Inserts the provided value of type type
into array
as with
insert.
Note:
Use Variant API instead.
(The provided data is copied rather than being inserted directly.)
Parameters:
array | |
index_ |
the index to insert at |
type |
a Type |
... |
a value of type |
Namespace: Soup
Package: libsoup-2.4