]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix SF # 518775, buffer object API description truncated
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Nov 2002 02:57:24 +0000 (02:57 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Nov 2002 02:57:24 +0000 (02:57 +0000)
Doc/api/newtypes.tex

index 8ab8e3cdce3c139440f10dcfcdbd702c80a60fc8..2b3f1334bf0ff07938727053b3b1f0c8bd4ed71b 100644 (file)
@@ -343,6 +343,8 @@ to be able to test for its presence before using it.}
 
 \begin{ctypedesc}[getcharbufferproc]{int (*getcharbufferproc)
                             (PyObject *self, int segment, const char **ptrptr)}
+  Return the size of the memory buffer in ptrptr at the segment index.
+  \code{\var{ptrptr}} is set to the memory buffer.
 \end{ctypedesc}