summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Collapse)AuthorAgeFilesLines
* Fix out-of-tree build for GObject bindingsHilko Bengen2012-03-301-1/+1
| | | | | | | | | | | guestfs-gobject.h (in the source directory) was not found. In file included from <stdin>:4:0: /path/to/libguestfs/gobject/guestfs-gobject.h:23:37: fatal error: guestfs-gobject-session.h: No such file or directory compilation terminated. Error while processing the source. make[2]: *** [Guestfs-1.0.gir] Error 1 (cherry picked from commit 0c9361a3568c23581ab43cb926fe138669c4b168)
* build: Add gobject/TODO.txt to EXTRA_DIST.Richard W.M. Jones2012-01-291-1/+2
| | | | | This updates commit dd25638fc14ea63cf8e8eb0940173f1c6952447f. (cherry picked from commit 93e443ccad74305c41c925f64063ef451db8fa08)
* gobject: Add a TODO listMatthew Booth2012-01-291-0/+9
| | | | (cherry picked from commit dd25638fc14ea63cf8e8eb0940173f1c6952447f)
* gobject: Add an explicit close callMatthew Booth2012-01-293-2/+45
| | | | | | This change binds guestfs_close(). It consequently results in RConstOptString being able to throw an error. (cherry picked from commit 8bad4d1c4765fd997511a505cdb2a860148ae16d)
* gobject: Run bindtests from srcdir.Hilko Bengen2012-01-231-2/+2
|
* gobject: Include bindtests-manual.js in EXTRA_DIST.Richard W.M. Jones2012-01-221-3/+7
| | | | This fixes commit 93b0769ec7929a909678411d75840f81bed55a81.
* gobject: Add bindtests for return valuesMatthew Booth2012-01-202-0/+111
|
* gobject: Add basic bindtestsMatthew Booth2012-01-202-2/+36
|
* gobject: Add GObject bindingsMatthew Booth2012-01-201-0/+58