Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gobject: Implement libguestfs events as signals | Matthew Booth | 2012-04-26 | 1 | -0/+33 |
| | | | | | | | | | | Implement libguestfs events as GObject signals. Callback arguments are passed in a boxed object. Note that this patch fixes the length of the uint64_t array in the callback arguments at 16, whereas it is actually arbitrary length. This is to make it introspectable. There is currently no way to pass an arbitrary length array to a callback, and have its type introspected. | ||||
* | gobject: Add an explicit close call | Matthew Booth | 2012-01-26 | 1 | -0/+41 |
This change binds guestfs_close(). It consequently results in RConstOptString being able to throw an error. |