summaryrefslogtreecommitdiff
path: root/python/python-apt.h
AgeCommit message (Collapse)AuthorFilesLines
2009-07-15python/python-apt.h: Do not include apt-pkg/hashes.h.Julian Andres Klode1-1/+0
Users of the API should include the bits themselves. We don't need to include them, because we only use macros.
2009-07-15python/python-apt.h: Introduce the C++ APIJulian Andres Klode1-0/+259
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.