mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-29 11:00:02 +01:00
docs: Fix typos in GConvert documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: nobody
This commit is contained in:
parent
59c5b939e2
commit
d020766325
@ -362,7 +362,7 @@ close_converter (GIConv cd)
|
|||||||
* Converts a string from one character set to another.
|
* Converts a string from one character set to another.
|
||||||
*
|
*
|
||||||
* Note that you should use g_iconv() for streaming conversions.
|
* Note that you should use g_iconv() for streaming conversions.
|
||||||
* Despite the fact that @byes_read can return information about partial
|
* Despite the fact that @bytes_read can return information about partial
|
||||||
* characters, the g_convert_... functions are not generally suitable
|
* characters, the g_convert_... functions are not generally suitable
|
||||||
* for streaming. If the underlying converter maintains internal state,
|
* for streaming. If the underlying converter maintains internal state,
|
||||||
* then this won't be preserved across successive calls to g_convert(),
|
* then this won't be preserved across successive calls to g_convert(),
|
||||||
@ -516,7 +516,7 @@ g_convert_with_iconv (const gchar *str,
|
|||||||
* Converts a string from one character set to another.
|
* Converts a string from one character set to another.
|
||||||
*
|
*
|
||||||
* Note that you should use g_iconv() for streaming conversions.
|
* Note that you should use g_iconv() for streaming conversions.
|
||||||
* Despite the fact that @byes_read can return information about partial
|
* Despite the fact that @bytes_read can return information about partial
|
||||||
* characters, the g_convert_... functions are not generally suitable
|
* characters, the g_convert_... functions are not generally suitable
|
||||||
* for streaming. If the underlying converter maintains internal state,
|
* for streaming. If the underlying converter maintains internal state,
|
||||||
* then this won't be preserved across successive calls to g_convert(),
|
* then this won't be preserved across successive calls to g_convert(),
|
||||||
@ -603,7 +603,7 @@ g_convert (const gchar *str,
|
|||||||
* in which case GLib will simply return that approximate conversion.
|
* in which case GLib will simply return that approximate conversion.
|
||||||
*
|
*
|
||||||
* Note that you should use g_iconv() for streaming conversions.
|
* Note that you should use g_iconv() for streaming conversions.
|
||||||
* Despite the fact that @byes_read can return information about partial
|
* Despite the fact that @bytes_read can return information about partial
|
||||||
* characters, the g_convert_... functions are not generally suitable
|
* characters, the g_convert_... functions are not generally suitable
|
||||||
* for streaming. If the underlying converter maintains internal state,
|
* for streaming. If the underlying converter maintains internal state,
|
||||||
* then this won't be preserved across successive calls to g_convert(),
|
* then this won't be preserved across successive calls to g_convert(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user