--- a/src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html Sat Apr 20 18:02:35 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html Sat Apr 20 19:56:02 2024 +0200 @@ -720,6 +720,10 @@ <td>Private slot handling a file has been modified, renamed or removed.</td> </tr> <tr> +<td><a href="#ViewManager.__watcherError">__watcherError</a></td> +<td>Private slot to handle an error of the file system watcher.</td> +</tr> +<tr> <td><a href="#ViewManager.__zoom">__zoom</a></td> <td>Private method to handle the zoom action.</td> </tr> @@ -2523,6 +2527,24 @@ path of the file </dd> </dl> +<a NAME="ViewManager.__watcherError" ID="ViewManager.__watcherError"></a> +<h4>ViewManager.__watcherError</h4> +<b>__watcherError</b>(<i>errno, strerror</i>) +<p> + Private slot to handle an error of the file system watcher. +</p> + +<dl> + +<dt><i>errno</i> (int)</dt> +<dd> +numeric error code +</dd> +<dt><i>strerror</i> (str)</dt> +<dd> +error message as provided by the operating system +</dd> +</dl> <a NAME="ViewManager.__zoom" ID="ViewManager.__zoom"></a> <h4>ViewManager.__zoom</h4> <b>__zoom</b>(<i></i>)