value_array_get_nth


Description:


[ Version ( deprecated = true ) ]
public bool value_array_get_nth (ValueArray array, uint index_, Type type, ...)

Warning: value_array_get_nth is deprecated.

Gets the index_ element of array and stores its value into the provided location.

Note:

Use Variant API instead.

Parameters:

array

a ValueArray

index_

the index to look up

type

a Type

...

a value of type pointer-to-type

Returns:

true if array contained a value with index index_ and type type, false if not.


Namespace: Soup
Package: libsoup-2.4