FSEventStreamSetExclusionPaths

Function FSEventStreamSetExclusionPaths 

Source
pub unsafe extern "C-unwind" fn FSEventStreamSetExclusionPaths(
    stream_ref: FSEventStreamRef,
    paths_to_exclude: &CFArray,
) -> bool
Available on crate feature FSEvents only.
Expand description

ยงSafety

  • stream_ref must be a valid pointer.
  • paths_to_exclude generic must be of the correct type.