VariantIter


Description:

public VariantIter (Variant value)

Creates a heap-allocated VariantIter for iterating over the items in this.

Use g_variant_iter_free to free the return value when you no longer need it.

A reference is taken to this and will be released only when g_variant_iter_free is called.

Parameters:

this

a container Variant

Returns:

a new heap-allocated VariantIter