Method
GimpProcedureset_image_types
since: 3.0
Declaration [src]
void
gimp_procedure_set_image_types (
GimpProcedure* procedure,
const gchar* image_types
)
Description [src]
This is a comma separated list of image types, or actually drawable types, that this procedure can deal with. Wildcards are possible here, so you could say “RGB” instead of “RGB, RGBA” or “” for all image types.
Supported types are “RGB”, “GRAY”, “INDEXED” and their variants with alpha.
Available since: 3.0