lua: Document Guestfs.event_all.

This commit is contained in:
Richard W.M. Jones
2012-11-19 18:19:29 +00:00
parent e866ee7c79
commit fdfdc883fc

View File

@@ -94,6 +94,9 @@ second argument a list:
eh = g:set_event_callback (cb, { "appliance", "library", "trace" })
A list of all valid event types (strings) is in the global variable
C<Guestfs.event_all>.
The callback (C<cb>) is called with the following parameters:
function cb (g, event, eh, flags, buf, array)