From: Braden M. <br...@us...> - 2006-11-28 06:12:34
|
Update of /cvsroot/openvrml/openvrml/doc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24588/doc Modified Files: Tag: OpenVRML-0_16-BRANCH openvrml-gtkplug.texi Log Message: Removed "offset" argument from openvrml-gtkplug's "write" command. Index: openvrml-gtkplug.texi =================================================================== RCS file: /cvsroot/openvrml/openvrml/doc/openvrml-gtkplug.texi,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** openvrml-gtkplug.texi 17 Nov 2006 01:05:57 -0000 1.1.2.3 --- openvrml-gtkplug.texi 28 Nov 2006 06:12:32 -0000 1.1.2.4 *************** *** 327,331 **** @example ! write @var{stream_id} @var{offset} @var{length} @var{data} @end example --- 327,331 ---- @example ! write @var{stream_id} @var{length} @var{data} @end example *************** *** 334,340 **** @item stream-id An integer identifier for the stream. - @item offset - The offset from the beginning of the stream to the beginning of - @var{data}. @item length The number of bytes in @var{data} --- 334,337 ---- *************** *** 353,359 **** parameter. ! @code{write} may be called multiple times for the same stream. The ! @var{offset} parameter indicates the offset of the beginning of ! @var{data} with respect to the beginning of the stream (in bytes). @cindex destroy-stream --- 350,355 ---- parameter. ! @code{write} may be called multiple times for the same stream with ! consecutive blocks of data for the stream. @cindex destroy-stream |