Method

GioMenuprepend_item

since: 2.32

Declaration

void
g_menu_prepend_item (
  GMenu* menu,
  GMenuItem* item
)

Description

Prepends item to the start of menu.

See g_menu_insert_item() for more information.

Available since: 2.32

Parameters

item

Type: GMenuItem

A GMenuItem to prepend.

The data is owned by the caller of the function.