Some documentation fixes/elaborations I really should have gotten

in a long time ago
This commit is contained in:
Ron Steinke
2002-01-28 21:17:45 +00:00
parent 28ab192a4f
commit 03b9590095
11 changed files with 56 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
2002-01-28 Ron Steinke <rsteinke@w-link.net>
* glib/iochannel.sgml: Changed #IOChannelError to
#GIOChannelError in one place
2002-01-16 Matthias Clasen <matthiasc@poet.de>
* glib/building.sgml, glib/compiling.sgml,

View File

@@ -276,7 +276,7 @@ Error codes returned by #GIOChannel operations.
<!-- ##### MACRO G_IO_CHANNEL_ERROR ##### -->
<para>
Error domain for #GIOChannel operations. Errors in this domain will
be from the #IOChannelError enumeration. See #GError for information on
be from the #GIOChannelError enumeration. See #GError for information on
error domains.
</para>