summaryrefslogtreecommitdiff
path: root/doc/client-example.cc
AgeCommit message (Collapse)AuthorFilesLines
2010-02-02doc/client-example.cc: Update against the new API.Julian Andres Klode1-1/+1
2009-07-15doc/client-example.cc: Make it a module AND an application.Julian Andres Klode1-8/+30
You can now compile this as a module or as an application. The benefit is that the explained process is more like the one required for Python 3.
2009-07-15python/python-apt.h: Introduce the C++ APIJulian Andres Klode1-0/+46
The C++ API provides support for creating Python objects from C++ objects given by pointer or reference (depending on the implementation of the Python object) and for retrieving the underlying C++ object from the Python object and for checking the type of the Python object.