[svn:parrot] r38649 - trunk/docs

jhorwitz at svn.parrot.org jhorwitz at svn.parrot.org
Sat May 9 15:38:50 UTC 2009


Author: jhorwitz
Date: Sat May  9 15:38:50 2009
New Revision: 38649
URL: https://trac.parrot.org/parrot/changeset/38649

Log:
replace call to internal Parrot_Class_instantiate with VTABLE_instantiate

Modified:
   trunk/docs/embed.pod

Modified: trunk/docs/embed.pod
==============================================================================
--- trunk/docs/embed.pod	Sat May  9 15:28:52 2009	(r38648)
+++ trunk/docs/embed.pod	Sat May  9 15:38:50 2009	(r38649)
@@ -386,7 +386,7 @@
 
 Returns the class corresponding to the supplied namespace.
 
-=item C<Parrot_PMC Parrot_Class_instantiate(PARROT_INTERP, Parrot_PMC the_class Parrot_PMC arg)>
+=item C<Parrot_PMC VTABLE_instantiate(PARROT_INTERP, Parrot_PMC the_class Parrot_PMC arg)>
 
 Instantiates a new object of class C<the_class>, which can be obtained from
 C<Parrot_oo_get_class()>.  Passes an optional PMC argument C<arg> to the


More information about the parrot-commits mailing list