Method

GntMenuItemset_text

since: 3.0

Declaration [src]

void
gnt_menuitem_set_text (
  GntMenuItem* item,
  const gchar* text
)

Description [src]

Changes the text for an item.

Available since: 3.0

Parameters

text

Type: const gchar*

The new text.

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