app: Rename app/core GimpVectors vectors API...

...to path.
Changes the names of
gimp_vectors_* () API to
gimp_path[s]_* (). Renames related files
to [path] instead of [vectors], along with
relevant enums and functions.
This commit is contained in:
Alx Sa 2024-07-13 05:07:57 +00:00
parent 2d8d5e1e81
commit 2e6938b3da
95 changed files with 2252 additions and 2253 deletions

View file

@ -251,7 +251,7 @@ script_fu_interface_dialog (SFScript *script,
break;
case SF_VECTORS:
widget = gimp_vectors_combo_box_new (NULL, NULL, NULL);
widget = gimp_path_combo_box_new (NULL, NULL, NULL);
ID_ptr = &arg->value.sfa_vectors;
break;