Author: allison
Date: Wed Dec  3 14:01:21 2008
New Revision: 33466

Modified:
   trunk/src/extend.c

Log:
[cage] Documentation patch for Extension subsystem, recovered from 
pdd30_install branch.


Modified: trunk/src/extend.c
==============================================================================
--- trunk/src/extend.c  (original)
+++ trunk/src/extend.c  Wed Dec  3 14:01:21 2008
@@ -999,7 +999,10 @@
 
 =item C<Parrot_Int Parrot_call_method_ret_int>
 
-Call a parrot method for the given object.
+Call the parrot subroutine C<sub> as a method on PMC object C<obj>. The method
+should have the name C<method> as a Parrot_string, and should have a function
+signature C<signature>. Any arguments to the method can be passed at the end
+as a variadic argument list.
 
 =cut
 

Reply via email to