VariantIter.this

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. Since 2.24

  1. this(GVariantIter* gVariantIter)
  2. this(Variant value)
    class VariantIter

Parameters

value Variant

a container GVariant

Throws

ConstructionException GTK+ fails to create the object.

Meta