[gnome-devel-docs/dx-hackfest] platform-overview: Fill in the GLib page



commit 4264d9e590304778479e2c9680816c6f32c8b733
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Feb 1 17:40:24 2013 +0100

    platform-overview: Fill in the GLib page
    
    Signed-off-by: Federico Mena Quintero <federico gnome org>

 platform-overview/C/glib.page |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/platform-overview/C/glib.page b/platform-overview/C/glib.page
index 0bd433a..c3abc44 100644
--- a/platform-overview/C/glib.page
+++ b/platform-overview/C/glib.page
@@ -8,4 +8,20 @@
 
 <title>GLib</title>
 
+  <p>
+    GLib is the most fundamental of all the GNOME libraries.  It provides
+    simple data structures for C programs (linked lists, binary trees, hash
+    tables) and various utilities such as string manipulation functions.
+  </p>
+
+  <p>
+    If you are not writing C programs, you normally don't need to be concerned
+    with GLib.  If you are, however, GLib will make your life as a C programmer
+    much easier.
+  </p>
+
+  <list style="compact">
+    <item><p><link href="http://developer.gnome.org/glib/stable/";>GLib reference manual</link></p></item>
+  </list>
+
 </page>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]