Commit 3f85c9a5 authored by Neal Norwitz's avatar Neal Norwitz

Fix SF # 518775, buffer object API description truncated

parent d1111e36
...@@ -1502,7 +1502,8 @@ to be able to test for its presence before using it.} ...@@ -1502,7 +1502,8 @@ to be able to test for its presence before using it.}
\begin{ctypedesc}[getcharbufferproc]{int (*getcharbufferproc) \begin{ctypedesc}[getcharbufferproc]{int (*getcharbufferproc)
(PyObject *self, int segment, const char **ptrptr)} (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} \end{ctypedesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment