glib.variant_iter
Module for [VariantIter] class
class VariantIter
Types 1
classVariantIter
#GVariantIter is an opaque data structure and can only be accessed using the following functions.
Fields
GVariantIter _cInstanceMethods
void * _cPtr()size_t nChildren()Queries the number of child items in the container that we are iterating over. This is the total number of items -- not the number of items remaining.glib.variant.Variant nextValue()Gets the next item in the container. If no more items remain then null is returned.Destructors