[glib] gobject docs: Remove incorrect reference to signals docs



commit bcda26a504c58d5ef5c13032c6c29cf3c56c226e
Author: David Rothlisberger <david rothlis net>
Date:   Mon Jul 16 10:57:46 2012 +0100

    gobject docs: Remove incorrect reference to signals docs
    
    The chapter on signals comes after this chapter, not before (see
    "tut_gobject.xml" in docs/reference/gobject/gobject-docs.xml).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679996

 docs/reference/gobject/tut_gobject.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/gobject/tut_gobject.xml b/docs/reference/gobject/tut_gobject.xml
index 37d2212..e4433d9 100644
--- a/docs/reference/gobject/tut_gobject.xml
+++ b/docs/reference/gobject/tut_gobject.xml
@@ -6,9 +6,9 @@
   <title>The GObject base class</title>
 
   <para>
-    The two previous chapters discussed the details of GLib's Dynamic Type System
-    and its signal control system. The GObject library also contains an implementation
-    for a base fundamental type named <link linkend="GObject"><type>GObject</type></link>.
+    The previous chapter discussed the details of GLib's Dynamic Type System.
+    The GObject library also contains an implementation for a base fundamental
+    type named <link linkend="GObject"><type>GObject</type></link>.
   </para>
 
   <para>



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