gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/doc/C/actionscript new_as_class.xml


From: Ann Barcomb
Subject: [Gnash-commit] gnash/doc/C/actionscript new_as_class.xml
Date: Mon, 19 Mar 2007 16:43:22 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Ann Barcomb <ann>       07/03/19 16:43:22

Modified files:
        doc/C/actionscript: new_as_class.xml 

Log message:
        After Bastiaan and I looked at some instances of env, it appeared that
        it wasn't entirely deprecated, only for the use which Sandro remarked
        on.  Bastiaan claims the remaining uses will be removed in the future.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/actionscript/new_as_class.xml?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: new_as_class.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/actionscript/new_as_class.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- new_as_class.xml    19 Mar 2007 14:50:33 -0000      1.1
+++ new_as_class.xml    19 Mar 2007 16:43:22 -0000      1.2
@@ -149,16 +149,20 @@
         <sect3 id="additional_fn_call">
           <title>Additional &fn_call; Members</title>
           <para>
-            In addition to the aforementioned 
-            <link linkend="return">result pointer</link>, there
-            are two other useful members of the &fn_call;
+            There are two other useful members of the &fn_call;
             structure, namely <emphasis>this_ptr</emphasis> and
             <emphasis>nargs</emphasis>.  The former points to the
             class which is invoking this method, while the latter
             is a count of the number of 
             <link linkend="arguments">arguments in the stack</link>.
+          </para>
+          <para>
             You may also see instances of the <emphasis>env</emphasis>
-            pointer being used, but it has been deprecated.
+            pointer being used.   This is being deprecated.  Instances
+            which could be replaced with
+            <link linkend="arguments"><emphasis>arg()</emphasis></link>
+            are already deprecated; other uses will be deprecated
+            in the near future.
          </para>
           <para>
             Beyond the <emphasis><link 
@@ -167,6 +171,7 @@
             can be used in debugging to output the entire argument
             stack.
          </para>
+
         </sect3>
       </sect2>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]