From: Neal Norwitz Date: Sun, 3 Nov 2002 02:57:24 +0000 (+0000) Subject: Fix SF # 518775, buffer object API description truncated X-Git-Tag: v2.2.3c1~258 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d0ee19911780dcd06cfaf6bc45f42f729ae7e22;p=thirdparty%2FPython%2Fcpython.git Fix SF # 518775, buffer object API description truncated --- diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index 8ab8e3cdce3c..2b3f1334bf0f 100644 --- a/Doc/api/newtypes.tex +++ b/Doc/api/newtypes.tex @@ -343,6 +343,8 @@ to be able to test for its presence before using it.} \begin{ctypedesc}[getcharbufferproc]{int (*getcharbufferproc) (PyObject *self, int segment, const char **ptrptr)} + Return the size of the memory buffer in ptrptr at the segment index. + \code{\var{ptrptr}} is set to the memory buffer. \end{ctypedesc}