Method

GimpProcedureget_menu_paths

unstable since: 3.0

Declaration [src]

GList*
gimp_procedure_get_menu_paths (
  GimpProcedure* procedure
)

Description

No description available.

Available since: 3.0

Return value

Type: A list of utf8

The procedures menu paths as added with gimp_procedure_add_menu_path().

The data is owned by the instance.
Each element is a NUL terminated UTF-8 string.