Index
Source file
nsINativeFileWatcherErrorCallback
The interface for the callback invoked when there is an error.
Methods
complete(xpcomError, osError)
Parameters
xpcomError
The XPCOM error code.
osError
The native OS error (errno under Unix, GetLastError under Windows).