diff --git a/lua/examples/guestfs-lua.pod b/lua/examples/guestfs-lua.pod index d8dc3dc6c..18d427b5d 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)