Added index entries.
authorFred Drake <fdrake@acm.org>
Thu, 28 Mar 2002 22:36:56 +0000 (22:36 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 28 Mar 2002 22:36:56 +0000 (22:36 +0000)
Doc/ext/extending.tex

index 2c0900ee7ccdff19c7284fe7e15697a800e9934d..783137a61b150be1c25fcaf8fd52c018b4e1cbbd 100644 (file)
@@ -592,6 +592,8 @@ memory, and this should be checked.
 \section{Extracting Parameters in Extension Functions
          \label{parseTuple}}
 
+\ttindex{PyArg_ParseTuple()}
+
 The \cfunction{PyArg_ParseTuple()} function is declared as follows:
 
 \begin{verbatim}
@@ -937,6 +939,8 @@ Some example calls:
 \section{Keyword Parameters for Extension Functions
          \label{parseTupleAndKeywords}}
 
+\ttindex{PyArg_ParseTupleAndKeywords()}
+
 The \cfunction{PyArg_ParseTupleAndKeywords()} function is declared as
 follows: