API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.32
void g_menu_item_set_label ( GMenuItem* menu_item, const gchar* label )
Sets or unsets the “label” attribute of menu_item.
menu_item
If label is non-NULL it is used as the label for the menu item. If it is NULL then the label attribute is unset.
label
NULL
Available since: 2.32
Type: const gchar*
const gchar*
The label to set, or NULL to unset.