Virtual Method

GioMenuModelget_item_links

Declaration

void
get_item_links (
  GMenuModel* model,
  gint item_index,
  GHashTable** links
)

Description

Gets all the links associated with the item in the menu model.

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 called function takes ownership of the data, and is responsible for freeing it.