Method
GioMenuLinkIternext
since: 2.32
Declaration [src]
gboolean
g_menu_link_iter_next (
GMenuLinkIter* iter
)
Description [src]
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).
Available since: 2.32