copy
Creates a new heap-allocated #GVariantIter to iterate over the container that was being iterated over by @iter. Iteration begins on the new iterator from the current position of the old iterator but the two copies are independent past that point.
Use g_variant_iter_free() to free the return value when you no longer need it.
A reference is taken to the container that @iter is iterating over and will be related only when g_variant_iter_free() is called.
Return
a new heap-allocated #GVariantIter
Since
2.24