mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
libgimp: fix introspection.
The variable name was not the same on function declaration and definition/annotations and this was confusing GIR scanner.
This commit is contained in:
parent
c975c1d19b
commit
e752687321
1 changed files with 2 additions and 2 deletions
|
@ -1000,7 +1000,7 @@ void gimp_procedure_add_file_argument (GimpProcedure *p
|
||||||
const gchar *blurb,
|
const gchar *blurb,
|
||||||
GimpFileChooserAction action,
|
GimpFileChooserAction action,
|
||||||
gboolean none_ok,
|
gboolean none_ok,
|
||||||
GFile *default_value,
|
GFile *default_file,
|
||||||
GParamFlags flags);
|
GParamFlags flags);
|
||||||
void gimp_procedure_add_file_aux_argument (GimpProcedure *procedure,
|
void gimp_procedure_add_file_aux_argument (GimpProcedure *procedure,
|
||||||
const gchar *name,
|
const gchar *name,
|
||||||
|
@ -1008,7 +1008,7 @@ void gimp_procedure_add_file_aux_argument (GimpProcedure *p
|
||||||
const gchar *blurb,
|
const gchar *blurb,
|
||||||
GimpFileChooserAction action,
|
GimpFileChooserAction action,
|
||||||
gboolean none_ok,
|
gboolean none_ok,
|
||||||
GFile *default_value,
|
GFile *default_file,
|
||||||
GParamFlags flags);
|
GParamFlags flags);
|
||||||
void gimp_procedure_add_file_return_value (GimpProcedure *procedure,
|
void gimp_procedure_add_file_return_value (GimpProcedure *procedure,
|
||||||
const gchar *name,
|
const gchar *name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue