mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-12 05:39:21 +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>
|
||||
|
||||
* glib/tmpl/messages.sgml: Remove comment that only stdout would
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user