diff options
Diffstat (limited to 'lua/examples/guestfs-lua.pod')
-rw-r--r-- | lua/examples/guestfs-lua.pod | 3 |
1 files changed, 3 insertions, 0 deletions
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<Guestfs.event_all>. + The callback (C<cb>) is called with the following parameters: function cb (g, event, eh, flags, buf, array) |