summaryrefslogtreecommitdiffstats
path: root/python/guestfs-py.h
Commit message (Collapse)AuthorAgeFilesLines
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
| | | | Update all copyright dates to 2012.
* python: Implement new event API.Richard W.M. Jones2011-04-221-0/+2
| | | | | This implements set_event_callback and delete_event_callback so that Python programs can use the new event mechanism.
* python: Rearrange C files for bindings.Richard W.M. Jones2011-04-221-0/+67
Move the hand-written functions into two new files: guestfs-py.h and guestfs-py-byhand.c This is just code motion.