Inotify.rmWatch

Removes the provided item from the inotify instance.

class Inotify
uint
rmWatch
(
int wd
)

Return Value

Type: uint

wd = "watch descriptor" that was removed (is no longer watched)

Throws

upon failure to unwatch the "watch descriptor"

Meta