[release-notes/gnome-3-2] docbook classname



commit 1f0f6db1ebe1c7c88cbad0ba1e2baa1a27ec064d
Author: Olav Vitters <olav vitters nl>
Date:   Mon Sep 12 21:44:55 2011 +0200

    docbook classname

 help/C/rndevelopers.xml |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/help/C/rndevelopers.xml b/help/C/rndevelopers.xml
index 381d845..2dd4607 100644
--- a/help/C/rndevelopers.xml
+++ b/help/C/rndevelopers.xml
@@ -17,14 +17,14 @@
 	</para>
 
 	<para>
-	 As well as the GNOME Desktop, GNOME &gnomeversion; is the latest release
-	 of the GNOME Developer Platform, a set of API- and ABI-stable libraries
-	 available under the GNU LGPL which can be used for the development of
-	 cross-platform applications.
+   Included in GNOME &gnomeversion; is the latest release of the GNOME Developer
+   Platform. This consists of a set of API- and ABI-stable libraries available
+   under the GNU LGPL which can be used for the development of cross-platform
+   applications.
 	</para>
 
   <para>
-    For general information on developing with GNOME please visit the <ulink url="http://developer.gnome.org/";>GNOME Developer Center</ulink>.
+    For information on developing with GNOME please visit the <ulink url="http://developer.gnome.org/";>GNOME Developer Center</ulink>.
   </para>
 
 	<sect2 id="glib">
@@ -34,16 +34,16 @@
    </para>
 	 <itemizedlist>
 	  <listitem><para>
-      GApplication can now be used for non-unique apps
+        <classname>GApplication</classname> can now be used for non-unique apps
     </para></listitem>
 	  <listitem><para>
       GLib now installs a separate header for Unix-specific APIs: glib-unix.h. Among other things, it provides a mainloop source for Unix signals
     </para></listitem>
 	  <listitem><para>
-      GDBus supports the 'object manager' pattern with a number of new interfaces
+        <classname>GDBus</classname> supports the 'object manager' pattern with a number of new interfaces
     </para></listitem>
 	  <listitem><para>
-      GDBus has a code generator now: gdbus-codegen
+        <classname>GDBus</classname> has a code generator now: gdbus-codegen
     </para></listitem>
 	  <listitem><para>
       Atomic operations have been rewritten to use gcc builtins; calls with explicit casts may be problematic
@@ -55,10 +55,11 @@
       The units policy has been changed to prefer SI units, g_format_size_for_display() has been deprecated in favor of g_format_size()
     </para></listitem>
 	  <listitem><para>
-      Support for HMAC digests has been added: GHmac
+        Support for HMAC digests has been added: <classname>GHmac</classname>
     </para></listitem>
 	  <listitem><para>
-      An interface for certificate and key lookup has been added: GTlsDatabase. An implementation is provided by glib-networking 
+      An interface for certificate and key lookup has been added:
+      <classname>GTlsDatabase</classname>. An implementation is provided by glib-networking
     </para></listitem>
 	 </itemizedlist>
   </sect2>



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