[seed] Add the native module documentation to the documentation index
- From: Robert Carr <racarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] Add the native module documentation to the documentation index
- Date: Sun, 26 Apr 2009 00:23:54 -0400 (EDT)
commit fd11efc39826b1238b9cd5dfe96624f6455d9011
Author: Robert Carr <racarr svn gnome org>
Date: Sun Apr 26 00:20:32 2009 -0400
Add the native module documentation to the documentation index
---
doc/index.html | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/doc/index.html b/doc/index.html
index 2db8814..27188e7 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -27,6 +27,29 @@ The C API is documented <a href="gtk-doc/index.html">here</a>
<p>
Documentation on the Seed builtins and runtime is <a href="runtime.html">here</a>
</p>
+<div class="section"><b>Native Modules</b></div>
+<p>
+Seed has several C extension modules, to bind libraries not available from GObject-introspection.
+</p>
+
+<div class="subsection"><b>Readline</b></div>
+<p>
+Bindings around GNU readline, documented <a href="modules/readline.html">here</a>.
+</p>
+
+<div class="subsection"><b>sqlite</b></div>
+<p>
+Bindings around sqlite, documented <a href="modules/sqlite.html">here</a>.
+</p>
+
+<div class="subsection"><b>canvas</b></div>
+<p>
+A reimplementation of HTML5 canvas, with some Cairo integration. Documented <a href="modules/canvas.html">here</a>
+</p>
+<div class="subsection"><b>os</b></div>
+<p>
+A module similar (nearly identical) to python's os module. Not yet documented, python os module documentation is useful.
+</p>
</body>
</html>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]