From 7b5bfca30588edf13140151c7d21931ef0a4bd8a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 14 Jan 2003 23:38:34 +0000 Subject: [PATCH] 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) --- docs/reference/ChangeLog | 5 +++++ docs/reference/gobject/tmpl/gtype.sgml | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 499cff4..f705c96 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 8474840..9b76330 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. -- 2.7.4