Creates a new inotify object.
impl Inotify { fn new(flags: InotifyFlags) -> Result<Inotify, Errno> }
Flags to be used when creating the object.
inotify_init1(2)