inotify::ffi::inotify_rm_watch
[-] [+]
[src]
pub unsafe extern fn inotify_rm_watch(fd: c_int, wd: c_int) -> c_int
Removes an item from an inotify watch list.
pub unsafe extern fn inotify_rm_watch(fd: c_int, wd: c_int) -> c_int
Removes an item from an inotify watch list.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).