Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl: Use $g instead of $h in documentation. | Richard W.M. Jones | 2012-08-05 | 1 | -9/+9 |
| | | | | | | $g is the "standard" name for libguestfs handles. (cherry picked from commit a99ea198b24745c49cdb42645c3497ac3b0e6a2f) | ||||
* | 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. |