Method
GioMenuModeliterate_item_links
since: 2.32
Declaration [src]
GMenuLinkIter*
g_menu_model_iterate_item_links (
GMenuModel* model,
gint item_index
)
Description [src]
Creates a GMenuLinkIter
to iterate over the links of the item at
position item_index
in model
.
You must free the iterator with g_object_unref()
when you are done.
Available since: 2.32
Return value
Type: GMenuLinkIter
A new GMenuLinkIter
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |