pub unsafe extern "C" fn es_mute_path_prefix(
client: *mut es_client_t,
path_prefix: *const c_char,
) -> es_return_tAvailable on macOS only.
Expand description
Suppress events matching a path prefix
Deprecated in macOS 12: Please use es_mute_path() or es_mute_path_events()
client: The client for which events will be suppressedpath_prefix: The path against which suppressed executables must prefix match