[gimp-perl] =head3 shouldn't be so long.



commit 5a287084b71d8d3f4d713cd135e9d52abfce0ce9
Author: Ed J <edj src gnome org>
Date:   Mon May 5 03:43:35 2014 +0100

    =head3 shouldn't be so long.

 Gimp.pm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Gimp.pm b/Gimp.pm
index fa933e5..fe5fc88 100644
--- a/Gimp.pm
+++ b/Gimp.pm
@@ -867,7 +867,10 @@ Some methods behave differently from how you'd expect, or methods uniquely
 implemented in Perl (that is, not in the PDB). All of these must be
 invoked using the method syntax (C<Gimp-E<gt>> or C<$object-E<gt>>).
 
-=head3 Gimp->install_procedure(name, blurb, help, author, copyright, date, menu_path, image_types, type, 
params[, return_vals])
+=head3 Gimp->install_procedure
+
+Takes as parameters C<(name, blurb, help, author, copyright, date,
+menu_path, image_types, type, params[, return_vals])>.
 
 Mostly the same as gimp_install_procedure from the C library. The
 parameters and return values for the functions are each specified as an


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]