[svn:parrot] r44605 - branches/tt1477

plobsing at svn.parrot.org plobsing at svn.parrot.org
Wed Mar 3 14:24:40 UTC 2010


Author: plobsing
Date: Wed Mar  3 14:24:39 2010
New Revision: 44605
URL: https://trac.parrot.org/parrot/changeset/44605

Log:
add experimental notice for Parrot_ext_call_cb

Modified:
   branches/tt1477/DEPRECATED.pod

Modified: branches/tt1477/DEPRECATED.pod
==============================================================================
--- branches/tt1477/DEPRECATED.pod	Wed Mar  3 14:19:08 2010	(r44604)
+++ branches/tt1477/DEPRECATED.pod	Wed Mar  3 14:24:39 2010	(r44605)
@@ -214,6 +214,11 @@
 All STRING modification functions will return a STRING pointer; capture and use
 this rather than relying on in-place modification of an existing pointer.
 
+=item Parrot_ext_call_cb [experimental]
+
+A way to call into parrot from C without knowing in advance the number or type
+of the arguments and returns.
+
 =back
 
 =head1 Compiler tools


More information about the parrot-commits mailing list