Package: gio

Function gio:menu-model-item-link

Lambda List

gio:menu-model-item-link (model index link)

Arguments

model -- a g:menu-model object
index -- an integer with the index of the item
link -- an string with the link to query

Return Value

The linked g:menu-model object, or nil.

Details

Queries the item at position index in model for the link specified by link. If the link exists, the linked g:menu-model object is returned. If the link does not exist, nil is returned.
 

See also

#2024-12-30