Method
PanelMenuManagermerge
Declaration [src]
guint
panel_menu_manager_merge (
PanelMenuManager* self,
const char* menu_id,
GMenuModel* menu_model
)
Parameters
menu_id |
const char* |
The identifier of the menu. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
menu_model |
GMenuModel |
The menu model to merge. |
|
| The data is owned by the caller of the function. |