VariantIter
class VariantIter(val glibVariantIterPointer: <Error class: unknown class><<Error class: unknown class>>) : ProxyInstance(source)
#GVariantIter is an opaque data structure and can only be accessed using the following functions.
Skipped during bindings generation
method
loop
: Varargs parameter is not supportedmethod
next
: Varargs parameter is not supported
Constructors
Functions
Link copied to clipboard
Registers a cleaner to be executed when this proxy object is garbage collected.
Link copied to clipboard
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.
Link copied to clipboard
Link copied to clipboard
Removes a previously registered cleaner from this proxy object.