Fix SF # 518775, buffer object API description truncated

This commit is contained in:
Neal Norwitz 2002-11-03 02:56:27 +00:00
parent 26a1eefd0f
commit 1aca2d0cb3

View 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}