fn inotify_add_watchZ(inotify_fd: i32, pathname: [*:0]const u8, mask: u32) INotifyAddWatchError!i32
[src]
Same as inotify_add_watch
except pathname is null-terminated.
fn inotify_add_watchZ(inotify_fd: i32, pathname: [*:0]const u8, mask: u32) INotifyAddWatchError!i32
Same as inotify_add_watch
except pathname is null-terminated.