Method
GioMenuprepend_item
since: 2.32
Declaration [src]
void
g_menu_prepend_item (
  GMenu* menu,
  GMenuItem* item
)
Description [src]
Prepends item to the start of menu.
See g_menu_insert_item() for more information.
Available since: 2.32
Parameters
- item
- 
            Type: GMenuItemA GMenuItemto prepend.The data is owned by the caller of the method.