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
MenuAttributeIterGidBuilder builder() static nothrowGet builder for [gio.menu_attribute_iter.MenuAttributeIter] Returns: New builder objectstring 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.Fluent builder implementation template for gio.menu_attribute_iter.MenuAttributeIter
Fluent builder for gio.menu_attribute_iter.MenuAttributeIter
Methods