Method
GioMenuappend_section
Description
Convenience function for appending a section menu item to the end of
menu
. Combine g_menu_item_new_section()
and g_menu_insert_item()
for a
more flexible alternative.
Available since: | 2.32 |
Parameters
label |
const gchar* |
The section label, or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
section |
GMenuModel |
A |
|
The data is owned by the caller of the function. |