Fix the description of G_TYPE_FUNDAMENTAL. (#103119, Josh Parsons)

2003-01-15  Matthias Clasen  <maclas@gmx.de>

	* gobject/tmpl/gtype.sgml: Fix the description of
	G_TYPE_FUNDAMENTAL.  (#103119, Josh Parsons)
This commit is contained in:
Matthias Clasen 2003-01-14 23:38:34 +00:00 committed by Matthias Clasen
parent 5e355ebc05
commit 7b5bfca305
2 changed files with 8 additions and 3 deletions

View 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> 2003-01-01 Tor Lillqvist <tml@iki.fi>
* glib/tmpl/messages.sgml: Remove comment that only stdout would * glib/tmpl/messages.sgml: Remove comment that only stdout would

View File

@ -47,9 +47,9 @@ type.
<!-- ##### MACRO G_TYPE_FUNDAMENTAL ##### --> <!-- ##### MACRO G_TYPE_FUNDAMENTAL ##### -->
<para> <para>
Returns %TRUE if @type is a fundamental data type such as #G_TYPE_INT or Returns the fundamental type which is the ancestor of @type.
#G_TYPE_POINTER. Fundamental types are types that serve as fundaments for Fundamental types are types that serve as fundaments for the derived types,
the derived types, thus they are the roots of distinct inheritance hierarchies. thus they are the roots of distinct inheritance hierarchies.
</para> </para>
@type: A #GType value. @type: A #GType value.