inotify_close


Description:

[ Version ( since = "1.0.66" ) ]
public bool inotify_close () throws Error

close the inotify handle

This closes the inotify handle which was previously opened by inotify_init. It removes all watches, throws away any pending events, and deallocates all resources.

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

Parameters:

this

A GuestfsSession object

Returns:

true on success, false on error