amend G_TYPE_CHAR according to #303622.

Wed May 31 11:35:48 2006  Tim Janik  <timj@gtk.org>

        * gobject/tmpl/gtype.sgml (Note): amend G_TYPE_CHAR according to #303622.
This commit is contained in:
Tim Janik
2006-05-31 09:41:30 +00:00
committed by Tim Janik
parent 580d28904e
commit 01e5d78f6d
5 changed files with 31 additions and 6 deletions

View File

@@ -1666,9 +1666,11 @@ The fundamental type from which all interfaces are derived.
<!-- ##### MACRO G_TYPE_CHAR ##### -->
<para>
The fundamental type corresponding to #gchar.
</para>
<para>
The fundamental type corresponding to #gchar.
The type designated by G_TYPE_CHAR is unconditionally an 8-bit signed integer.
This may or may not be the same type a the C type "gchar".
</para>