Method lrs::inotify::Inotify::remove_watch

Removes a watch.

Syntax

impl Inotify {
    fn remove_watch(&self, watch: InodeWatch) -> Result<(), Errno>
}

Arguments

NameDescription
watch

The watch to remove.

See also