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 499cff4a94be8f3c1f38bea0fb76d85936b5c12f..f705c960250f82d8b819b1d746ea9f7477fd9465 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 84748406f37dde02f464fd2424c4a5b1ffcfd0a0..9b76330ca38fc502a05fb790fbb1978a579bd4b5 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.