[Python-checkins] python/dist/src/Doc/api newtypes.tex,1.17,1.18

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 05 Nov 2002 14:19:47 -0800


Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv23762

Modified Files:
	newtypes.tex 
Log Message:
Minor cleanups, markup.


Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/newtypes.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** newtypes.tex	3 Nov 2002 02:56:27 -0000	1.17
--- newtypes.tex	5 Nov 2002 22:19:45 -0000	1.18
***************
*** 1503,1508 ****
  \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}
  
--- 1503,1508 ----
  \begin{ctypedesc}[getcharbufferproc]{int (*getcharbufferproc)
                              (PyObject *self, int segment, const char **ptrptr)}
!   Return the size of the memory buffer in \var{ptrptr} for segment
!   \var{segment}.  \code{*\var{ptrptr}} is set to the memory buffer.
  \end{ctypedesc}