Method
GioMenuItemget_link
since: 2.34
Declaration [src]
GMenuModel*
g_menu_item_get_link (
  GMenuItem* menu_item,
  const gchar* link
)
Parameters
- link
- 
            Type: const gchar*The link name to query. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
Return value
Type: GMenuModel
The link, or NULL.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. | 
| The return value can be NULL. |