From fdfdc883fcac8c8d7e4e9a86572d941421b5ff87 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 19 Nov 2012 18:19:29 +0000 Subject: lua: Document Guestfs.event_all. --- lua/examples/guestfs-lua.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/examples/guestfs-lua.pod b/lua/examples/guestfs-lua.pod index d8dc3dc6..18d427b5 100644 --- a/lua/examples/guestfs-lua.pod +++ b/lua/examples/guestfs-lua.pod @@ -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. + The callback (C) is called with the following parameters: function cb (g, event, eh, flags, buf, array) -- cgit