mirror of https://github.com/GNOME/gimp.git
libgimp: doc fixes and improvements in procedure subclasses
This commit is contained in:
parent
1caff42c30
commit
5a37be083a
|
@ -189,7 +189,7 @@ gimp_image_procedure_create_config (GimpProcedure *procedure,
|
|||
*
|
||||
* It automatically adds the standard
|
||||
*
|
||||
* (run-mode, image-id, drawable-id)
|
||||
* (#GimpRunMode, #GimpImage, #GimpDrawable)
|
||||
*
|
||||
* arguments of an image procedure. It is possible to add additional
|
||||
* arguments.
|
||||
|
|
|
@ -223,11 +223,11 @@ gimp_load_procedure_create_config (GimpProcedure *procedure,
|
|||
*
|
||||
* It automatically adds the standard
|
||||
*
|
||||
* (GimpRunMode, GFile)
|
||||
* (#GimpRunMode, #GFile)
|
||||
*
|
||||
* arguments and the standard
|
||||
*
|
||||
* (GimpImage)
|
||||
* (#GimpImage)
|
||||
*
|
||||
* return value of a load procedure. It is possible to add additional
|
||||
* arguments.
|
||||
|
|
|
@ -220,7 +220,7 @@ gimp_save_procedure_create_config (GimpProcedure *procedure,
|
|||
*
|
||||
* It automatically adds the standard
|
||||
*
|
||||
* (GimpRunMode, GimpImage, GimpImage, GFile)
|
||||
* (#GimpRunMode, #GimpImage, #GimpDrawable, #GFile)
|
||||
*
|
||||
* arguments of a save procedure. It is possible to add additional
|
||||
* arguments.
|
||||
|
|
|
@ -211,11 +211,11 @@ gimp_thumbnail_procedure_create_config (GimpProcedure *procedure,
|
|||
*
|
||||
* It automatically adds the standard
|
||||
*
|
||||
* (uri, size)
|
||||
* (#GFile, size)
|
||||
*
|
||||
* arguments and the standard
|
||||
*
|
||||
* (image-id, image-width, image-height, image-type, num-layers)
|
||||
* (#GimpImage, image-width, image-height, #GimpImageType, num-layers)
|
||||
*
|
||||
* return value of a thumbnail procedure. It is possible to add
|
||||
* additional arguments.
|
||||
|
@ -225,7 +225,7 @@ gimp_thumbnail_procedure_create_config (GimpProcedure *procedure,
|
|||
* "args" #GimpValueArray of #GimpRunThumbnailFunc only contains
|
||||
* additionally added arguments.
|
||||
*
|
||||
* #GimpThumbnailRunFunc must gimp_value_array_truncate() the returned
|
||||
* #GimpRunThumbnailFunc must gimp_value_array_truncate() the returned
|
||||
* #GimpValueArray to the number of return values it actually uses.
|
||||
*
|
||||
* Returns: a new #GimpProcedure.
|
||||
|
|
Loading…
Reference in New Issue