summaryrefslogtreecommitdiffstats
path: root/gobject/tests-misc.js
Commit message (Collapse)AuthorAgeFilesLines
* gobject: Implement libguestfs events as signalsMatthew Booth2012-04-261-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 callMatthew Booth2012-01-261-0/+41
This change binds guestfs_close(). It consequently results in RConstOptString being able to throw an error.