[maemo-commits] [maemo-commits] r10735 - projects/haf/doc/api

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Mar 23 09:50:36 EET 2007
Author: tko
Date: 2007-03-23 09:50:35 +0200 (Fri, 23 Mar 2007)
New Revision: 10735

Added:
   projects/haf/doc/api/index.html
Log:
add simple index

Added: projects/haf/doc/api/index.html
===================================================================
--- projects/haf/doc/api/index.html	2007-03-23 07:20:57 UTC (rev 10734)
+++ projects/haf/doc/api/index.html	2007-03-23 07:50:35 UTC (rev 10735)
@@ -0,0 +1,84 @@
+<html>
+<head>
+  <title>API reference</title>
+</head>
+<body>
+<h1>API reference</h1>
+
+<h2>Maemo specific</h2>
+<dl>
+<dt><a href="hildon/index.html">hildon</a></dt>
+<dd>The Hildon widgets.</dd>
+</dl>
+
+<dl>
+<dt><a href="libosso/index.html">libosso</a></dt>
+<dd>Libosso is a wrapper library for user applications for platform-specific,
+frequently-used D-Bus services.</dd>
+</dl>
+
+<h2>GNOME Development Platform</h2>
+<dl>
+<dt><a href="gtk/index.html">gtk</a></dt>
+<dd>The GTK+ widgets.</dd>
+
+<dt><a href="gdk/index.html">gdk</a></dt>
+<dd>An intermediate layer which isolates GTK+ from the details of the windowing
+system.</dd>
+
+<dt><a href="gdk-pixbuf/index.html">gdk-pixbuf</a></dt>
+<dd>GdkPixbuf is a library for image loading and manipulation. The GdkPixbuf
+documentation contains both the programmer's guide and the API reference.</dd>
+</dl>
+
+<dl>
+<dt><a href="pango/index.html">pango</a></dt>
+<dd>Pango provides font and text handling that is used for GDK and GTK+.</dd>
+</dl>
+
+<dl>
+<dt><a href="gobject/index.html">gobject</a></dt>
+<dd>GObject provides the object system used for Pango and GTK+.</dd>
+
+<dt><a href="glib/index.html">glib</a></dt>
+<dd>GLib provides functionality which makes C more pleasant and convenient to
+use. It is used throughout the libraries of GTK+ and GNOME as well as in GNOME
+programs.</dd>
+</dl>
+
+<dl>
+<dt><a href="dbus-glib/index.html">dbus-glib</a></dt>
+<dd>API for using D-BUS with GLib.</dd>
+
+<dt><a href="dbus/index.html">dbus</a></dt>
+<dd>This manual documents the low-level D-Bus C API. If you use this low-level
+API directly, you're signing up for some pain.</dd>
+</dl>
+
+<dl>
+<dt><a href="gconf/index.html">gconf</a></dt>
+<dd>GConf is a process-transparent configuration database with a
+model-view-controller architecture and a number of other spiffy features. Like
+the Registry, but fixed up and on steroids.</dd>
+</dl>
+
+<dl>
+<dt><a href="libxml2/index.html">libxml2</a></dt>
+<dd>Powerful and feature complete XML handling library.</dd>
+</dl>
+
+<dt><a href="atk/index.html">atk</a></dt>
+<dd>The ATK library provides a set of interfaces for accessibility. By
+supporting the ATK interfaces, an application or toolkit can be used such as
+tools such as screen readers, magnifiers, and alternative input devices.</dd>
+
+<dt><a href="cairo/index.html">cairo</a></dt>
+<dd>Cairo is a powerful 2-dimensional graphics library designed to support a
+number of modern graphics techniques including stroking, alpha blending and
+antialiasing. It supports multiple output formats, which allows developers to
+use the same code to display graphics on the screen, print them to the printer
+or accellerate them with OpenGL.</dd>
+
+</dl>
+</body>
+</html>


Property changes on: projects/haf/doc/api/index.html
___________________________________________________________________
Name: svn:mime-type
   + text/html


More information about the maemo-commits mailing list