see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
1999-03-14 03:41:20 +00:00
parent 3337702777
commit c22ed41f24
23 changed files with 561 additions and 449 deletions

View File

@ -64,6 +64,9 @@ In general, a Gimp::Fu script looks like this:
C<examples/example-fu.pl>, which is small Gimp::Fu-script you can take as
starting point for your experiments)
Attention: at the moment it's neccessary to always import the C<Gimp::Fu>
module after the C<Gimp> module.
=cut
sub PF_INT8 () { PARAM_INT8 };