From: Matthias Clasen Date: Tue, 14 Jan 2003 23:38:34 +0000 (+0000) Subject: Fix the description of G_TYPE_FUNDAMENTAL. (#103119, Josh Parsons) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7b5bfca30588edf13140151c7d21931ef0a4bd8a;p=dana%2Fcg-glib.git Fix the description of G_TYPE_FUNDAMENTAL. (#103119, Josh Parsons) 2003-01-15 Matthias Clasen * gobject/tmpl/gtype.sgml: Fix the description of G_TYPE_FUNDAMENTAL. (#103119, Josh Parsons) --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 499cff4a..f705c960 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2003-01-15 Matthias Clasen + + * gobject/tmpl/gtype.sgml: Fix the description of + G_TYPE_FUNDAMENTAL. (#103119, Josh Parsons) + 2003-01-01 Tor Lillqvist * glib/tmpl/messages.sgml: Remove comment that only stdout would diff --git a/docs/reference/gobject/tmpl/gtype.sgml b/docs/reference/gobject/tmpl/gtype.sgml index 84748406..9b76330c 100644 --- a/docs/reference/gobject/tmpl/gtype.sgml +++ b/docs/reference/gobject/tmpl/gtype.sgml @@ -47,9 +47,9 @@ type. -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. @type: A #GType value.