0a852cfa1871608c6f8b76064de0bbf25fd9775c
[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) { continue; }
25     !}
26     <div>
27         <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2>
28     </div>
29   </for>
30  
31  <h2>Non - GObject Libraries</h2>
32   <for each="thisClass" in="data">
33     {!
34     if (thisClass.objects) { continue; }
35     !}
36     <div>
37         <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2>
38     </div>
39   </for>
40  
41  
42 </div>
43  </body>
44  </html>
45
46