Method

GimpPlugInadd_menu_branch

deprecated: 3.2.8 since: 3.0

Declaration [src]

void
gimp_plug_in_add_menu_branch (
  GimpPlugIn* plug_in,
  const gchar* menu_path,
  const gchar* menu_label
)

Description [src]

This function is a no-op and should not be used anymore.

Available since: 3.0

Deprecated since: 3.2.8

Use gimp_procedure_add_menu_path().

Parameters

menu_path

Type: const gchar*

The sub-menu’s menu path.

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

Type: const gchar*

The menu label of the sub-menu.

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