Package: gio

Function gio:menu-link-iter-next

Lambda List

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

Arguments

iter -- a g:menu-link-iter object

Return Value

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

Details

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

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

See also

#2024-12-30