SGML doc fix.

Wed Dec 19 23:09:07 2001  Owen Taylor  <otaylor@redhat.com>
        * glib/gconvert.c (g_iconv_open): SGML doc fix.
This commit is contained in:
Owen Taylor 2001-12-20 04:49:44 +00:00 committed by Owen Taylor
parent 3de06553d4
commit f317049727
9 changed files with 36 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Wed Dec 19 23:09:07 2001 Owen Taylor <otaylor@redhat.com>
* glib/gconvert.c (g_iconv_open): SGML doc fix.
Tue Dec 18 21:11:10 2001 Tim Janik <timj@gtk.org>
* configure.in: add configure check to determine G_HAVE_GROWING_STACK.

View File

@ -1,3 +1,7 @@
Wed Dec 19 23:09:07 2001 Owen Taylor <otaylor@redhat.com>
* glib/gconvert.c (g_iconv_open): SGML doc fix.
Tue Dec 18 21:11:10 2001 Tim Janik <timj@gtk.org>
* configure.in: add configure check to determine G_HAVE_GROWING_STACK.

View File

@ -1,3 +1,7 @@
Wed Dec 19 23:09:07 2001 Owen Taylor <otaylor@redhat.com>
* glib/gconvert.c (g_iconv_open): SGML doc fix.
Tue Dec 18 21:11:10 2001 Tim Janik <timj@gtk.org>
* configure.in: add configure check to determine G_HAVE_GROWING_STACK.

View File

@ -1,3 +1,7 @@
Wed Dec 19 23:09:07 2001 Owen Taylor <otaylor@redhat.com>
* glib/gconvert.c (g_iconv_open): SGML doc fix.
Tue Dec 18 21:11:10 2001 Tim Janik <timj@gtk.org>
* configure.in: add configure check to determine G_HAVE_GROWING_STACK.

View File

@ -1,3 +1,7 @@
Wed Dec 19 23:09:07 2001 Owen Taylor <otaylor@redhat.com>
* glib/gconvert.c (g_iconv_open): SGML doc fix.
Tue Dec 18 21:11:10 2001 Tim Janik <timj@gtk.org>
* configure.in: add configure check to determine G_HAVE_GROWING_STACK.

View File

@ -1,3 +1,7 @@
Wed Dec 19 23:09:07 2001 Owen Taylor <otaylor@redhat.com>
* glib/gconvert.c (g_iconv_open): SGML doc fix.
Tue Dec 18 21:11:10 2001 Tim Janik <timj@gtk.org>
* configure.in: add configure check to determine G_HAVE_GROWING_STACK.

View File

@ -1,3 +1,7 @@
Wed Dec 19 23:09:07 2001 Owen Taylor <otaylor@redhat.com>
* glib/gconvert.c (g_iconv_open): SGML doc fix.
Tue Dec 18 21:11:10 2001 Tim Janik <timj@gtk.org>
* configure.in: add configure check to determine G_HAVE_GROWING_STACK.

View File

@ -1,3 +1,7 @@
Wed Dec 19 23:09:07 2001 Owen Taylor <otaylor@redhat.com>
* glib/gconvert.c (g_iconv_open): SGML doc fix.
Tue Dec 18 21:11:10 2001 Tim Janik <timj@gtk.org>
* configure.in: add configure check to determine G_HAVE_GROWING_STACK.

View File

@ -97,7 +97,7 @@ extern const char **_g_charset_get_aliases (const char *canonical_name);
* may be implemented via libiconv on UNIX flavors that lack
* a native implementation.
*
* &GLib; provides g_convert() and g_locale_to_utf8() which are likely
* GLib provides g_convert() and g_locale_to_utf8() which are likely
* more convenient than the raw iconv wrappers.
*
* Return value: a "conversion descriptor"
@ -147,7 +147,7 @@ g_iconv_open (const gchar *to_codeset,
* may be implemented via libiconv on UNIX flavors that lack
* a native implementation.
*
* &GLib; provides g_convert() and g_locale_to_utf8() which are likely
* GLib provides g_convert() and g_locale_to_utf8() which are likely
* more convenient than the raw iconv wrappers.
*
* Return value: count of non-reversible conversions, or -1 on error
@ -174,7 +174,7 @@ g_iconv (GIConv converter,
* the conversion descriptor from g_iconv_open() when
* you are done converting things.
*
* &GLib; provides g_convert() and g_locale_to_utf8() which are likely
* GLib provides g_convert() and g_locale_to_utf8() which are likely
* more convenient than the raw iconv wrappers.
*
* Return value: -1 on error, 0 on success
@ -421,7 +421,7 @@ g_convert_with_iconv (const gchar *str,
* for the fallback sequences in @fallback will be honored. Some
* systems may do a approximate conversion from @from_codeset
* to @to_codeset in their <function>iconv()</function> functions,
* in which case &GLib; will simply return that approximate conversion.
* in which case GLib will simply return that approximate conversion.
*
* Return value: If the conversion was successful, a newly allocated
* nul-terminated string, which must be freed with