summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/api/newtypes.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex
index 0f9c9bf..efaff32 100644
--- a/Doc/api/newtypes.tex
+++ b/Doc/api/newtypes.tex
@@ -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}