Method

IdeMenuManagerget_menu_by_id

Declaration

GMenu*
ide_menu_manager_get_menu_by_id (
  IdeMenuManager* self,
  const char* menu_id
)

Description

No description available.

Parameters

menu_id

Type: const char*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: GMenu

A GMenu.

The data is owned by the instance.