[Gd-chatter] r11366 - in trunk/documentation: gwydion/gdcore/text topic/reference/lib/common-dylan/byte-vector

agent at gwydiondylan.org agent at gwydiondylan.org
Mon May 21 04:02:53 CEST 2007


Author: agent
Date: Mon May 21 04:02:51 2007
New Revision: 11366

Modified:
   trunk/documentation/gwydion/gdcore/text/name.copy-bytes.txt
   trunk/documentation/topic/reference/lib/common-dylan/byte-vector/copy_bytes.xml
Log:
Bug: 7352
Updated docs with rationalized copy-bytes argument order.



Modified: trunk/documentation/gwydion/gdcore/text/name.copy-bytes.txt
==============================================================================
--- trunk/documentation/gwydion/gdcore/text/name.copy-bytes.txt	(original)
+++ trunk/documentation/gwydion/gdcore/text/name.copy-bytes.txt	Mon May 21 04:02:51 2007
@@ -6,11 +6,8 @@
 _src-coll_ to _dest-index_ in _dest_coll_. The destination byte range may
 overlap with the source byte range.
 
-
-Exported from:
-------------------------------
-- #Module system#
-- #Module byte-vector#
+There are two separate sets of methods on #copy-bytes#. They differ in
+applicable classes.
 
 
 Modifiers:
@@ -18,21 +15,50 @@
 sealed
 
 
+
+Method: copy-bytes
+==============================
+
+Exported from:
+------------------------------
+- #Module system#
+
+
 Arguments:
 ------------------------------
-dest-coll  - An instance of #<buffer>#, #<byte-vector>#, #<unicode-string>#,
-             or #<byte-string>#.
+dest-coll  - An instance of #<byte-vector>#, #<unicode-string>#,
+             #<byte-string>#, or #<buffer># from #Module system#.
              
 dest-index - An instance of #<integer>#.
 
-src-coll   - An instance of #<buffer>#, #<byte-vector>#, #<unicode-string>#,
-             or #<byte-string>#. 
-             
+src-coll   - An instance of #<byte-vector>#, #<unicode-string>#,
+             #<byte-string>#, or #<buffer># from #Module system#.
+
 src-index  - An instance of #<integer>#.
  
 count      - An instance of #<integer>#. 
 
 
-See also:
+
+Method: copy-bytes
+==============================
+
+Exported from:
+------------------------------
+- #Module byte-vector#
+
+
+Arguments:
 ------------------------------
-#<buffer-index>#, which is identical to #<integer>#.
+dest-coll  - An instance of #<sequence>#, #<vector>#, #<string>#,
+             #<simple-object-vector>#, or #<buffer># from #Module streams#.
+
+dest-index - An instance of #<integer>#.
+
+src-coll   - An instance of #<sequence>#, #<vector>#, #<string>#,
+             #<simple-object-vector>#, or #<buffer># from #Module streams#.
+             
+src-index  - An instance of #<integer>#.
+ 
+count      - An instance of #<integer>#. 
+

Modified: trunk/documentation/topic/reference/lib/common-dylan/byte-vector/copy_bytes.xml
==============================================================================
--- trunk/documentation/topic/reference/lib/common-dylan/byte-vector/copy_bytes.xml	(original)
+++ trunk/documentation/topic/reference/lib/common-dylan/byte-vector/copy_bytes.xml	Mon May 21 04:02:51 2007
@@ -16,22 +16,22 @@
     <dylanGenericFunctionDef>
       <dylanGenericFunctionSealing value='open'/>
       <dylanFunctionParam>
-	<apiItemName>src</apiItemName>
+	<apiItemName>dst</apiItemName>
         <apiOperationClassifier href="../../dylan/dylan/LobjectG.xml">&lt;object&gt;</apiOperationClassifier>
 	<apiDefNote></apiDefNote>
       </dylanFunctionParam>
       <dylanFunctionParam>
-	<apiItemName>src-start</apiItemName>
+	<apiItemName>dst-start</apiItemName>
         <apiOperationClassifier href="../../dylan/dylan/LobjectG.xml">&lt;object&gt;</apiOperationClassifier>
 	<apiDefNote></apiDefNote>
       </dylanFunctionParam>
       <dylanFunctionParam>
-	<apiItemName>dst</apiItemName>
+	<apiItemName>src</apiItemName>
         <apiOperationClassifier href="../../dylan/dylan/LobjectG.xml">&lt;object&gt;</apiOperationClassifier>
 	<apiDefNote></apiDefNote>
       </dylanFunctionParam>
       <dylanFunctionParam>
-	<apiItemName>dst-start</apiItemName>
+	<apiItemName>src-start</apiItemName>
         <apiOperationClassifier href="../../dylan/dylan/LobjectG.xml">&lt;object&gt;</apiOperationClassifier>
 	<apiDefNote></apiDefNote>
       </dylanFunctionParam>



More information about the chatter mailing list