Added a little more description of return value from
authorFrank Mori Hess <fmhess@speakeasy.net>
Mon, 17 Dec 2007 00:06:39 +0000 (00:06 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Mon, 17 Dec 2007 00:06:39 +0000 (00:06 +0000)
comedi_mark_buffer_read(), from Jan Gukelberger <g.u.g.i@gmx.de>.

doc/funcref

index a70032538e4a5db33494ab196631faaacd5c5621..d77d15d3c88d161f8354652710a4723f34dc691b 100644 (file)
@@ -1023,7 +1023,10 @@ Description:
  transferred via read() calls.  This function is
  used to indicate that the next num_bytes bytes in the buffer
  are no longer needed and may be discarded.
- If there is an error, -1 is returned.
+Returns:
+ A return value ret greater than 0 indicates that the read offset in
+ the streaming buffer, as returned by comedi_get_buffer_offset, has been
+ incremented by ret bytes.  If there is an error, -1 is returned.
 
 Function: comedi_mark_buffer_written -- streaming buffer control
 Retval: int