Method

IdeMenuManagerset_attribute_string

Declaration

void
ide_menu_manager_set_attribute_string (
  IdeMenuManager* self,
  GMenu* menu,
  guint position,
  const char* attribute,
  const char* value
)

Description

No description available.

Parameters

menu

Type: GMenu

No description available.

The data is owned by the caller of the method.
position

Type: guint

No description available.

attribute

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.
value

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.