Method

PanelMenuManagerget_menu_by_id

Declaration [src]

GMenu*
panel_menu_manager_get_menu_by_id (
  PanelMenuManager* self,
  const char* menu_id
)

Description

No description available.
Available since:1.4

Parameters

menu_id const char*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: GMenu
 

A GMenu.

 The data is owned by the instance.