mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-15 14:57:15 +01:00
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:
parent
5e355ebc05
commit
7b5bfca305
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user