blob: 655a99116ded6347a9a20e1a80d4db57275cf584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>webkitgtk Reference Manual</title>
<releaseinfo>
for webkitgtk [VERSION]
The latest version of this documentation can be found on-line at
<ulink role="online-location" url="http://[SERVER]/webkitgtk/index.html">http://[SERVER]/webkitgtk/</ulink>.
</releaseinfo>
</bookinfo>
<chapter>
<title>Class Overview</title>
<xi:include href="xml/webkitwebview.xml"/>
<xi:include href="xml/webkitwebframe.xml"/>
<xi:include href="xml/webkitwebsettings.xml"/>
<xi:include href="xml/webkitwebbackforwardlist.xml"/>
<xi:include href="xml/webkitwebhistoryitem.xml"/>
<xi:include href="xml/webkitnetworkrequest.xml"/>
<xi:include href="xml/webkitwebinspector.xml"/>
<xi:include href="xml/webkitwebwindowfeatures.xml"/>
</chapter>
<index id="index-all">
<title>Index</title>
</index>
<index id="index-deprecated" role="deprecated">
<title>Index of deprectaed symbols</title>
</index>
<index id="index-1.0.1" role="1.0.1">
<title>Index of new symbols in 1.0.1</title>
</index>
<index id="index-1.0.2" role="1.0.2">
<title>Index of new symbols in 1.0.2</title>
</index>
<index id="index-1.0.3" role="1.0.3">
<title>Index of new symbols in 1.0.3</title>
</index>
</book>
|