--- a/Documentation/Source/eric6.WebBrowser.History.HistoryManager.html Fri Feb 01 20:15:03 2019 +0100 +++ b/Documentation/Source/eric6.WebBrowser.History.HistoryManager.html Sun Feb 03 16:10:39 2019 +0100 @@ -274,6 +274,9 @@ <td><a href="#HistoryManager.setHistory">setHistory</a></td> <td>Public method to set a new history.</td> </tr><tr> +<td><a href="#HistoryManager.siteVisitsCount">siteVisitsCount</a></td> +<td>Public method to get the visit count for a web site using the given scheme.</td> +</tr><tr> <td><a href="#HistoryManager.updateHistoryEntry">updateHistoryEntry</a></td> <td>Public method to update a history entry.</td> </tr> @@ -524,6 +527,30 @@ flag indicating that the list is sorted (boolean) </dd> +</dl><a NAME="HistoryManager.siteVisitsCount" ID="HistoryManager.siteVisitsCount"></a> +<h4>HistoryManager.siteVisitsCount</h4> +<b>siteVisitsCount</b>(<i>scheme, host</i>) +<p> + Public method to get the visit count for a web site using the given + scheme. +</p><dl> +<dt><i>scheme</i> (str)</dt> +<dd> +scheme to look for +</dd><dt><i>host</i> (str)</dt> +<dd> +host to look for +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +number of visits to this site +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +int +</dd> </dl><a NAME="HistoryManager.updateHistoryEntry" ID="HistoryManager.updateHistoryEntry"></a> <h4>HistoryManager.updateHistoryEntry</h4> <b>updateHistoryEntry</b>(<i>url, title</i>)