mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +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
|
@ -363,7 +363,7 @@ G_BEGIN_DECLS
|
|||
g_value_set_object (gimp_value_array_index (args, n), value)
|
||||
|
||||
|
||||
/* vectors */
|
||||
/* path */
|
||||
|
||||
#define GIMP_VALUES_GET_PATH(args, n) \
|
||||
g_value_get_object (gimp_value_array_index (args, n))
|
||||
|
@ -956,19 +956,19 @@ void gimp_procedure_add_selection_return_value (GimpProcedure *procedure
|
|||
gboolean none_ok,
|
||||
GParamFlags flags);
|
||||
|
||||
void gimp_procedure_add_vectors_argument (GimpProcedure *procedure,
|
||||
void gimp_procedure_add_path_argument (GimpProcedure *procedure,
|
||||
const gchar *name,
|
||||
const gchar *nick,
|
||||
const gchar *blurb,
|
||||
gboolean none_ok,
|
||||
GParamFlags flags);
|
||||
void gimp_procedure_add_vectors_aux_argument (GimpProcedure *procedure,
|
||||
void gimp_procedure_add_path_aux_argument (GimpProcedure *procedure,
|
||||
const gchar *name,
|
||||
const gchar *nick,
|
||||
const gchar *blurb,
|
||||
gboolean none_ok,
|
||||
GParamFlags flags);
|
||||
void gimp_procedure_add_vectors_return_value (GimpProcedure *procedure,
|
||||
void gimp_procedure_add_path_return_value (GimpProcedure *procedure,
|
||||
const gchar *name,
|
||||
const gchar *nick,
|
||||
const gchar *blurb,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue