summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Collapse)AuthorAgeFilesLines
* gobject: bindtests: gjs exception behaviour changed, fix test.Richard W.M. Jones2012-06-281-1/+1
| | | | | | | | | | When libguestfs calls 'error (g, "error")', gjs in F17 throws error.message == "Error invoking Guestfs.test0rinterr: error" In F18, error.message is simply the string "error". Fix the test so it works for both cases. (cherry picked from commit 6afb7336e33dc28c4fd1a4545a8298ee36c10723)
* Split off GObject tests that require an applianceHilko Bengen2012-06-213-3/+33
| | | | (cherry picked from commit 3893dc0b9436ebb4dd620c6ca9b1d038eacf83a6)
* Fix out-of-tree build for GObject bindingsHilko Bengen2012-06-211-1/+1
| | | | (cherry picked from commit 148e8068267bcf9ce8ff3a5062747998f960619d)
* gobject: Fix whitespace in Makefile.am.Richard W.M. Jones2012-05-011-2/+2
| | | | (cherry picked from commit 1f0964536b7c9a4a165e9b041ef0e5340ead7e1f)
* 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