Package: gio

Function gio:menu-attribute-iter-next

Lambda List

gio:menu-attribute-iter-next (iter)

Arguments

iter -- a g:menu-attribute-iter object

Return Value

True on success, or false if there are no more attributes.

Details

Attempts to advance the iterator to the next, possibly first, attribute. True is returned on success, or false if there are no more attributes.

You must call this function when you first acquire the iterator to advance it to the first attribute, and determine if the first attribute exists at all.
 

See also

#2024-12-30