summaryrefslogtreecommitdiffstats
path: root/lua/examples/create_disk.lua
Commit message (Collapse)AuthorAgeFilesLines
* lua: Various fixes to the bindings (thanks Jerome Vuarand).Richard W.M. Jones2012-11-201-3/+3
| | | | | | | | | | | | See http://article.gmane.org/gmane.comp.lang.lua.general/95065 Note that this is incompatible with existing code. You have to do: local G = require "guestfs" local g = G.create () ie. give the module your own name ("G" in that example).
* Add Lua bindings.Richard W.M. Jones2012-11-171-0/+66
These are relatively complete, although only lightly tested. Missing: - events - last_errno - user_cancel