inotify_files


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.0.66" ) ]
public string[] inotify_files () throws Error

return list of watched files that had events

This function is a helpful wrapper around inotify_read which just returns a list of pathnames of objects that were touched. The returned pathnames are sorted and deduplicated.

This function depends on the feature "inotify". See also feature_available.

Parameters:

this

A GuestfsSession object

Returns:

an array of returned strings, or NULL on error