Method

GntMenuItemset_id

since: 2.3

Declaration [src]

void
gnt_menuitem_set_id (
  GntMenuItem* item,
  const gchar* id
)

Description [src]

Set an ID for the menuitem.

Available since: 2.3

Parameters

id

Type: const gchar*

The ID for the menuitem.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.