ff65f6d2114b40a6931c478334e588c51cf69e45
[gnome.introspection-doc-generator] / docs / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3  <head>
4         <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5   <title>Seed Documentation</title>
6   <link rel="stylesheet" type="text/css" href="default.css" />
7   <link rel="stylesheet" type="text/css" href="library_gnome.css"></link>
8   <link media="print" rel="stylesheet" type="text/css" href="library_gnome_print.css"></link>
9  </head>
10  
11  <body>
12  
13 <div id="page">
14
15         <div id="header">
16     <div id="header-wrap">
17       <h1>Un-official Seed Documentation</h1>
18     </div>
19         </div>
20
21  <h2>GObject Libraries</h2>
22   <for each="thisClass" in="data">
23     {!
24     if (!thisClass.objects.length) { continue; }
25     !}
26     <div>
27         <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2>
28     </div>
29  
30   </for>
31  
32  <h2>Non - GObject Libraries</h2>
33   <for each="thisClass" in="data">
34     {!
35     if (thisClass.objects.length) { continue; }
36     !}
37     <div>
38         <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2>
39     </div>
40  
41   </for>
42  
43  
44 </div>
45  </body>
46  </html>
47
48