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 _getGType() static nothrow
GType _gType() @property nothrow
MenuAttributeIter self() nothrowReturns `this`, for use in `with` statements.
MenuAttributeIterGidBuilder builder() static nothrowGet builder for [gio.menu_attribute_iter.MenuAttributeIter] Returns: New builder object
string getName() nothrowGets the name of the attribute at the current iterator position, as a string.
bool getNext(out string outName, out glib.variant.Variant value) nothrowThis function combines [gio.menu_attribute_iter.MenuAttributeIter.next] with [gio.menu_attribute_iter.MenuAttributeIter.getName] and [gio.menu_attribute_iter.MenuAttributeIter.getValue].
glib.variant.Variant getValue() nothrowGets the value of the attribute at the current iterator position.
bool next() nothrowAttempts to advance the iterator to the next (possibly first) attribute.
Constructors
this(void * ptr, Flag!"Take" take)