[][src]Type Definition dart_sys::Dart_FileModifiedCallback

type Dart_FileModifiedCallback = Option<unsafe extern "C" fn(url: *const c_char, since: i64) -> bool>;

A callback which determines whether the file at some url has been modified since some time. If the file cannot be found, true should be returned.