summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorportix <none@none>2013-01-09 17:35:39 +0100
committerportix <none@none>2013-01-09 17:35:39 +0100
commit1d3c857fb1b1c1215065166d9fdb0c6841c9d49f (patch)
tree16e2fdfad242936d25a77a3bc4560c0fa83247b0 /api
parente328e0cfa14bcdde0990eb89cce75ae5b7cd68f3 (diff)
downloaddwb-1d3c857fb1b1c1215065166d9fdb0c6841c9d49f.zip
Remove hovering over link signal, the same could be achieved with native hovering-over-link
Diffstat (limited to 'api')
-rw-r--r--api/dwb-js.740
-rw-r--r--api/jsapi.7.txt14
-rw-r--r--api/jsapi.txt19
3 files changed, 2 insertions, 71 deletions
diff --git a/api/dwb-js.7 b/api/dwb-js.7
index 9abfdd72..9a51c580 100644
--- a/api/dwb-js.7
+++ b/api/dwb-js.7
@@ -2,12 +2,12 @@
.\" Title: dwb-js
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
-.\" Date: 01/08/2013
+.\" Date: 01/09/2013
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "DWB\-JS" "7" "01/08/2013" "\ \&" "\ \&"
+.TH "DWB\-JS" "7" "01/09/2013" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -2497,42 +2497,6 @@ The frame
.nr an-break-flag 1
.br
.ps +1
-\fBhoveringOverLink\fR
-.RS 4
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-signals\&.connect("hoveringOverLink", function(webview, json));
-.fi
-.if n \{\
-.RE
-.\}
-.sp
-Emitted when the mouse is over a link
-.PP
-\fIwebview\fR
-.RS 4
-The webview that emitted the signal
-.RE
-.PP
-\fIjson\&.uri\fR
-.RS 4
-The uri of the link or null if there is no link under the pointer, i\&.e\&. the pointer left a link
-.RE
-.PP
-\fIjson\&.title\fR
-.RS 4
-The link\(cqs title or null if the pointer left a link
-.RE
-.RE
-.sp
-.it 1 an-trap
-.nr an-no-space-flag 1
-.nr an-break-flag 1
-.br
-.ps +1
\fBkeyPress\fR
.RS 4
.sp
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
****
----
diff --git a/api/jsapi.txt b/api/jsapi.txt
index 97b6dc43..0de6b314 100644
--- a/api/jsapi.txt
+++ b/api/jsapi.txt
@@ -2348,25 +2348,6 @@ _frame_;; The frame
****
****
-[[hoveringOverLink]]
-[float]
-==== *hoveringOverLink* ====
-
-[source,javascript]
-----
-void callback(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]]
[float]
==== *keyPress* ====