From 046a50d2352d3a517f03054f54f24fdb5636ec21 Mon Sep 17 00:00:00 2001 From: portix Date: Sun, 27 Jan 2013 22:46:54 +0100 Subject: Adding webkitSession to scripting context --- api/dwb-js.7 | 9 +++++++-- api/jsapi.7.txt | 1 + api/jsapi.txt | 12 ++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) (limited to 'api') 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 -.\" 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 === -- cgit v1.2.3