| Top |  |  |  |  | 
void amtk_gmenu_append_item (GMenu *menu,GMenuItem *item);
Like g_menu_append_item() but with (transfer full) for the item
 parameter.
Since: 5.0
void amtk_gmenu_append_section (GMenu *menu,const gchar *label,GMenu *section);
Like g_menu_append_section() but with (transfer full) and a different type
for the section
 parameter, and calls g_menu_freeze() on section
.
| menu | a GMenu. | |
| label | the section label, or  | [nullable] | 
| section | a GMenu with the items of the section. | [transfer full] | 
Since: 5.0