Class
GimpImageProcedure
Description [src]
final class Gimp.ImageProcedure : Gimp.Procedure {
/* No available fields */
}
A GimpProcedure
subclass that makes it easier to write standard plug-in
procedures that operate on drawables.
It automatically adds the standard
( GimpRunMode
, GimpImage
, GimpDrawable
)
arguments of an image procedure. It is possible to add additional arguments.
When invoked via gimp_procedure_run()
, it unpacks these standard
arguments and calls run_func
which is a GimpRunImageFunc
. The
“args” GimpValueArray
of GimpRunImageFunc
only contains
additionally added arguments.
Constructors
gimp_image_procedure_new
Creates a new image procedure named name
which will call run_func
when invoked.
since: 3.0
Instance methods
Methods inherited from GimpProcedure (145)
Please see GimpProcedure for a full list of methods.
Properties
Properties inherited from GimpProcedure (3)
Gimp.Procedure:name
Gimp.Procedure:plug-in
Gimp.Procedure:procedure-type
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.