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
MenuAttributeIter self()Returns `this`, for use in `with` statements.MenuAttributeIterGidBuilder builder()Get builder for [gio.menu_attribute_iter.MenuAttributeIter] Returns: New builder objectstring 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.menu_attribute_iter.MenuAttributeIter.next] with [gio.menu_attribute_iter.MenuAttributeIter.getName] and [gio.menu_attribute_iter.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.Fluent builder implementation template for gio.menu_attribute_iter.MenuAttributeIter
Fluent builder for gio.menu_attribute_iter.MenuAttributeIter
Methods
MenuAttributeIter build()Create object from builder. Returns: New object