Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl: Use $g instead of $h in documentation. | Richard W.M. Jones | 2012-07-17 | 1 | -9/+9 |
| | | | | $g is the "standard" name for libguestfs handles. | ||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | New event API - Perl bindings (RHBZ#664558). | Richard W.M. Jones | 2011-03-15 | 1 | -0/+72 |
The methods $h->set_progress_callback and $h->clear_progress_callback have been removed, and replaced with a complete mechanism for setting and deleting general-purpose events. This also updates virt-resize to use the new API. |