mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 16:26:17 +01:00
Remove accidental documentation redundancies
This commit is contained in:
parent
de298ae712
commit
02bc22d1ca
@ -484,14 +484,6 @@ close_converter (GIConv converter)
|
|||||||
*
|
*
|
||||||
* Converts a string from one character set to another.
|
* Converts a string from one character set to another.
|
||||||
*
|
*
|
||||||
* Note that despite the fact that @byes_read can return information
|
|
||||||
* about partial characters, this function is not generally suitable
|
|
||||||
* for streaming. It may not handle stateful encodings like CP1255
|
|
||||||
* correctly, since it doesn't keep the @converter state across
|
|
||||||
* multiple invocations. If you need to do streaming conversions
|
|
||||||
* which may involve stateful encodings, you have to use g_iconv()
|
|
||||||
* directly.
|
|
||||||
*
|
|
||||||
* Note that you should use g_iconv() for streaming
|
* Note that you should use g_iconv() for streaming
|
||||||
* conversions<footnote id="streaming-state">
|
* conversions<footnote id="streaming-state">
|
||||||
* <para>
|
* <para>
|
||||||
@ -654,14 +646,6 @@ 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 despite the fact that @byes_read can return information
|
|
||||||
* about partial characters, this function is not generally suitable
|
|
||||||
* for streaming. It may not handle stateful encodings like CP1255
|
|
||||||
* correctly, since it doesn't keep the @converter state across
|
|
||||||
* multiple invocations. If you need to do streaming conversions
|
|
||||||
* which may involve stateful encodings, you have to use g_iconv()
|
|
||||||
* directly.
|
|
||||||
*
|
|
||||||
* Note that you should use g_iconv() for streaming
|
* Note that you should use g_iconv() for streaming
|
||||||
* conversions<footnoteref linkend="streaming-state"/>.
|
* conversions<footnoteref linkend="streaming-state"/>.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user