summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorportix <none@none>2013-01-27 22:46:54 +0100
committerportix <none@none>2013-01-27 22:46:54 +0100
commit046a50d2352d3a517f03054f54f24fdb5636ec21 (patch)
tree2bd8cc028efcfda364e7c782c018106341f6c209 /api
parent9c7bc22f85a7a794f2dfd1ef385157aea758a1eb (diff)
downloaddwb-046a50d2352d3a517f03054f54f24fdb5636ec21.zip
Adding webkitSession to scripting context
Diffstat (limited to 'api')
-rw-r--r--api/dwb-js.79
-rw-r--r--api/jsapi.7.txt1
-rw-r--r--api/jsapi.txt12
3 files changed, 20 insertions, 2 deletions
diff --git a/api/dwb-js.7 b/api/dwb-js.7
index ccdf37cd..4a9c8d02 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/26/2013
+.\" Date: 01/27/2013
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "DWB\-JS" "7" "01/26/2013" "\ \&" "\ \&"
+.TH "DWB\-JS" "7" "01/27/2013" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -90,6 +90,11 @@ for details\&.
.RS 4
Refers to the global object
.RE
+.PP
+\fIwebkitSession (SoupSession, read)\fR
+.RS 4
+The webkit session
+.RE
.SS "Methods"
.sp
.it 1 an-trap
diff --git a/api/jsapi.7.txt b/api/jsapi.7.txt
index 62056b3e..1ec49f0c 100644
--- a/api/jsapi.7.txt
+++ b/api/jsapi.7.txt
@@ -45,6 +45,7 @@ properties on the global object, see also *Global data* for details.
=== Properties
_global (Object, read)_;; Refers to the global object
+_webkitSession (SoupSession, read)_;; The webkit session
=== Methods ===
diff --git a/api/jsapi.txt b/api/jsapi.txt
index f48c30e8..0b3579ff 100644
--- a/api/jsapi.txt
+++ b/api/jsapi.txt
@@ -52,6 +52,18 @@ global object read
Refers to the global object.
****
+****
+[float]
+==== *webkitSession* ====
+
+[source,javascript]
+----
+webkitSession SoupSession read
+----
+
+The webkit session.
+****
+
=== Methods ===