gio.menu_attribute_iter

Module for [MenuAttributeIter] class

Types 3

#GMenuAttributeIter is an opaque structure type. You must access it using the functions below.

Methods
GType _gType() @property
MenuAttributeIter self()Returns `this`, for use in `with` statements.
MenuAttributeIterGidBuilder builder()Get builder for [gio.menuattributeiter.MenuAttributeIter] Returns: New builder object
string getName()Gets the name of the attribute at the current iterator position, as a string.
bool getNext(out string outName, out glib.variant.Variant value)This function combines [gio.menuattributeiter.MenuAttributeIter.next] with [gio.menuattributeiter.MenuAttributeIter.getName] and [gio.menuattributeiter.MenuAttributeIter.getValue].
glib.variant.Variant getValue()Gets the value of the attribute at the current iterator position.
bool next()Attempts to advance the iterator to the next (possibly first) attribute.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [gio.menu_attribute_iter.MenuAttributeIter]