glib.variant_iter

Module for [VariantIter] class

Types 1

#GVariantIter is an opaque data structure and can only be accessed using the following functions.

Fields
GVariantIter _cInstance
Methods
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.
Constructors
this(void * ptr, Flag!"Take" take)
Destructors