Files
libguestfs/lua/examples
Richard W.M. Jones ca488a6d7b lua: Various fixes to the bindings (thanks Jerome Vuarand).
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).
2012-11-20 16:34:23 +00:00
..
2012-11-17 20:02:42 +00:00
2012-11-17 20:02:42 +00:00