summaryrefslogtreecommitdiff
path: root/api/jsapi.7.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api/jsapi.7.txt')
-rw-r--r--api/jsapi.7.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/api/jsapi.7.txt b/api/jsapi.7.txt
index ee95dd0e..cc79f73b 100644
--- a/api/jsapi.7.txt
+++ b/api/jsapi.7.txt
@@ -1237,20 +1237,6 @@ _webview_;; The webview the frame belongs to
_frame_;; The frame
****
-==== hoveringOverLink
-****
-
-----
-signals.connect("hoveringOverLink", function(webview, json));
-----
-
-Emitted when the mouse is over a link
-
-_webview_;; The webview that emitted the signal
-_json.uri_;; The uri of the link or null if there is no link under the pointer, i.e. the pointer left a link
-_json.title_;; The link's title or null if the pointer left a link
-****
-
==== keyPress
****
----