We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3128679 + c059488 commit 2922423Copy full SHA for 2922423
fsevent-sys/src/fsevent.rs
@@ -118,7 +118,7 @@ unsafe extern "C" {
118
run_loop: CFRunLoopRef,
119
run_loop_mode: CFStringRef,
120
);
121
- pub fn FSEventStreamSetDispatchQueue(stream_ref: FSEventStreamRef, q: DispatchQueue);
+ pub fn FSEventStreamSetDispatchQueue(stream_ref: FSEventStreamRef, q: &DispatchQueue);
122
pub fn FSEventStreamSetExclusionPaths(
123
stream_ref: FSEventStreamRef,
124
paths_to_exclude: CFArrayRef,
0 commit comments