mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-18 17:00:09 +00:00
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:
parent
2d8d5e1e81
commit
2e6938b3da
95 changed files with 2252 additions and 2253 deletions
|
@ -277,10 +277,10 @@ script_fu_arg_add_argument (SFArg *arg,
|
|||
break;
|
||||
|
||||
case SF_VECTORS:
|
||||
gimp_procedure_add_vectors_argument (procedure, name,
|
||||
nick, arg->label,
|
||||
TRUE,
|
||||
G_PARAM_READWRITE);
|
||||
gimp_procedure_add_path_argument (procedure, name,
|
||||
nick, arg->label,
|
||||
TRUE,
|
||||
G_PARAM_READWRITE);
|
||||
break;
|
||||
|
||||
case SF_DISPLAY:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue