Fix SF # 518775, buffer object API description truncated
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Nov 2002 02:56:27 +0000 (02:56 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Nov 2002 02:56:27 +0000 (02:56 +0000)
Doc/api/newtypes.tex

index 0f9c9bf350726c2d84ca1c4e31cfb90aa655934a..efaff32af270b8bf11d42b049a9c08f861f04a25 100644 (file)
@@ -1502,7 +1502,8 @@ to be able to test for its presence before using it.}
 
 \begin{ctypedesc}[getcharbufferproc]{int (*getcharbufferproc)
                             (PyObject *self, int segment, const char **ptrptr)}
-[Guido: the description is missing!]
+  Return the size of the memory buffer in ptrptr at the segment index.
+  \code{\var{ptrptr}} is set to the memory buffer.
 \end{ctypedesc}