From: Matthias Clasen Date: Tue, 2 Aug 2005 15:45:08 +0000 (+0000) Subject: Remove accidental documentation redundancies X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=02bc22d1cabf807fc4dc81f5e0f81572bf036c12;p=dana%2Fcg-glib.git Remove accidental documentation redundancies --- diff --git a/glib/gconvert.c b/glib/gconvert.c index 83683f21..7f2df24c 100644 --- a/glib/gconvert.c +++ b/glib/gconvert.c @@ -484,14 +484,6 @@ close_converter (GIConv converter) * * 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 * conversions * @@ -654,14 +646,6 @@ g_convert_with_iconv (const gchar *str, * * 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 * conversions. *