VariantIter.init

Initialises (without allocating) a GVariantIter. iter may be completely uninitialised prior to this call; its old value is ignored. The iterator remains valid for as long as value exists, and need not be freed in any way. Since 2.24

class VariantIter
init

Parameters

value Variant

a container GVariant

Return Value

Type: gsize

the number of items in value

Meta