Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Ensure Python GIL state is correct during callback. | Richard W.M. Jones | 2011-04-22 | 1 | -0/+8 |
| | | | | This updates commit 2cac52000a6a96a583af72e289a4296c596047d5. | ||||
* | python: Implement new event API. | Richard W.M. Jones | 2011-04-22 | 1 | -0/+155 |
| | | | | | 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. Jones | 2011-04-22 | 1 | -0/+69 |
Move the hand-written functions into two new files: guestfs-py.h and guestfs-py-byhand.c This is just code motion. |