Virtual Method
GioMenuModelget_item_links
since: 2.32
Declaration [src]
void
get_item_links (
GMenuModel* model,
gint item_index,
GHashTable** links
)
Description [src]
Gets all the links associated with the item in the menu model.
Available since: 2.32
Parameters
item_index
-
Type:
gint
The
GMenuItem
to query. links
-
Type:
GHashTable
Links from the item.
The argument will be set by the function. The caller of the function takes ownership of the data, and is responsible for freeing it.