Fix the description of G_TYPE_FUNDAMENTAL. (#103119, Josh Parsons)
authorMatthias Clasen <maclas@gmx.de>
Tue, 14 Jan 2003 23:38:34 +0000 (23:38 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 14 Jan 2003 23:38:34 +0000 (23:38 +0000)
2003-01-15  Matthias Clasen  <maclas@gmx.de>

* gobject/tmpl/gtype.sgml: Fix the description of
G_TYPE_FUNDAMENTAL.  (#103119, Josh Parsons)

docs/reference/ChangeLog
docs/reference/gobject/tmpl/gtype.sgml

index 499cff4..f705c96 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-15  Matthias Clasen  <maclas@gmx.de>
+
+       * gobject/tmpl/gtype.sgml: Fix the description of
+       G_TYPE_FUNDAMENTAL.  (#103119, Josh Parsons)
+
 2003-01-01  Tor Lillqvist  <tml@iki.fi>
 
        * glib/tmpl/messages.sgml: Remove comment that only stdout would
index 8474840..9b76330 100644 (file)
@@ -47,9 +47,9 @@ type.
 
 <!-- ##### MACRO G_TYPE_FUNDAMENTAL ##### -->
 <para>
-Returns %TRUE if @type is a fundamental data type such as #G_TYPE_INT or
-#G_TYPE_POINTER. Fundamental types are types that serve as fundaments for
-the derived types, thus they are the roots of distinct inheritance hierarchies.
+Returns the fundamental type which is the ancestor of @type.
+Fundamental types are types that serve as fundaments for the derived types, 
+thus they are the roots of distinct inheritance hierarchies.
 </para>
 
 @type: A #GType value.