mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
plug-ins: Port argument macros to functions
With the new API introduced int d1c4457f
,
we next need to port all plug-ins using
the argument macros to functions.
This will allow us to remove the macros
as part of the 3.0 API clean-up.
This commit is contained in:
parent
0de33a0462
commit
4bf5dc7b97
103 changed files with 4185 additions and 4183 deletions
|
@ -815,7 +815,8 @@ _gimp_procedure_config_end_run (GimpProcedureConfig *config,
|
|||
* but must take care of their default values itself. The easiest way
|
||||
* to do this is by simply using [func@export_comment], [func@export_exif] etc.
|
||||
* as default values for these arguments when adding them using
|
||||
* GIMP_PROC_ARG_BOOLEAN() or GIMP_PROC_AUX_ARG_BOOLEAN().
|
||||
* gimp_procedure_add_boolean_argument() or
|
||||
* gimp_procedure_add_boolean_aux_argument().
|
||||
*
|
||||
* Returns: (transfer none) (nullable): The metadata to be used
|
||||
* for this export, or %NULL if @original_image doesn't have
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue