[svn:parrot] r47669 - in trunk/docs: . pdds/draft
dukeleto at svn.parrot.org
dukeleto at svn.parrot.org
Thu Jun 17 04:41:52 UTC 2010
Author: dukeleto
Date: Thu Jun 17 04:41:51 2010
New Revision: 47669
URL: https://trac.parrot.org/parrot/changeset/47669
Log:
[docs] Update docs referring to get_intval which is now get_integer
Modified:
trunk/docs/embed.pod
trunk/docs/pdds/draft/pdd11_extending.pod
Modified: trunk/docs/embed.pod
==============================================================================
--- trunk/docs/embed.pod Thu Jun 17 00:54:52 2010 (r47668)
+++ trunk/docs/embed.pod Thu Jun 17 04:41:51 2010 (r47669)
@@ -1105,12 +1105,6 @@
=item C<Parrot_PMC_get_integer_keyed_str>
-=item C<Parrot_PMC_get_intval>
-
-=item C<Parrot_PMC_get_intval_intkey>
-
-=item C<Parrot_PMC_get_intval_pmckey>
-
=item C<Parrot_PMC_get_iter>
=item C<Parrot_PMC_get_namespace>
Modified: trunk/docs/pdds/draft/pdd11_extending.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd11_extending.pod Thu Jun 17 00:54:52 2010 (r47668)
+++ trunk/docs/pdds/draft/pdd11_extending.pod Thu Jun 17 04:41:51 2010 (r47669)
@@ -73,13 +73,13 @@
A keyed version of C<Parrot_PMC_get_pointer>. Returns the pointer value of
whatever is stored at the element of the PMC indexed by C<key>.
-=item C<Parrot_PMC_get_intval(interp, pmc)>
+=item C<Parrot_PMC_get_integer(interp, pmc)>
Returns the integer value of the PMC.
-=item C<Parrot_PMC_get_intval_intkey(interp, pmc, Parrot_Int key)>
+=item C<Parrot_PMC_get_integer_keyed_int(interp, pmc, Parrot_Int key)>
-A keyed version of C<Parrot_PMC_get_intval>. Returns the integer value of
+A keyed version of C<Parrot_PMC_get_integer>. Returns the integer value of
whatever is stored at the element of the PMC indexed by C<key>.
=item C<Parrot_PMC_get_numval(interp, pmc)>
More information about the parrot-commits
mailing list