]> granicus.if.org Git - python/commitdiff
#7577: fix signature info for getbufferproc.
authorGeorg Brandl <georg@python.org>
Mon, 28 Dec 2009 07:59:20 +0000 (07:59 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 28 Dec 2009 07:59:20 +0000 (07:59 +0000)
Doc/c-api/typeobj.rst

index 2e2f9c4f0ebba0926eda4431d9eef0740e239932..378bfe1d8934c386f540fc765c4257720cea2f71 100644 (file)
@@ -1210,7 +1210,7 @@ member in the :ctype:`PyTypeObject` structure should be *NULL*.  Otherwise, the
 
       This should fill a :ctype:`Py_buffer` with the necessary data for
       exporting the type.  The signature of :data:`getbufferproc` is ``int
-      (PyObject *obj, PyObject *view, int flags)``.  *obj* is the object to
+      (PyObject *obj, Py_buffer *view, int flags)``.  *obj* is the object to
       export, *view* is the :ctype:`Py_buffer` struct to fill, and *flags* gives
       the conditions the caller wants the memory under.  (See
       :cfunc:`PyObject_GetBuffer` for all flags.)  :cmember:`bf_getbuffer` is