Creates a heap-allocated #GVariantIter for iterating over the items in @value.
Use g_variant_iter_free() to free the return value when you no longer need it.
A reference is taken to @value and will be released only when g_variant_iter_free() is called.
a new heap-allocated #GVariantIter
2.24
See Implementation
Creates a heap-allocated #GVariantIter for iterating over the items in @value.
Use g_variant_iter_free() to free the return value when you no longer need it.
A reference is taken to @value and will be released only when g_variant_iter_free() is called.