Gimp.Procedure.prototype.get_menu_paths
function get_menu_paths(): Array(String) {
// Gjs wrapper for gimp_procedure_get_menu_paths()
}
Since 3.0
- Returns
the procedure's menu paths as added with Gimp.Procedure.prototype.add_menu_path.
function get_menu_paths(): Array(String) {
// Gjs wrapper for gimp_procedure_get_menu_paths()
}
Since 3.0
the procedure's menu paths as added with Gimp.Procedure.prototype.add_menu_path.