From 1aca2d0cb3d25e9abe66736999022d4932600c15 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 3 Nov 2002 02:56:27 +0000 Subject: Fix SF # 518775, buffer object API description truncated --- Doc/api/newtypes.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} -- cgit v0.12