Method lrs::inotify::Inotify::new

Creates a new inotify object.

Syntax

impl Inotify {
    fn new(flags: InotifyFlags) -> Result<Inotify, Errno>
}

Arguments

NameDescription
flags

Flags to be used when creating the object.

See also