Mercurial > pidgin
changeset 16152:a740afef2daf
Slightly more descriptive
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 15 Apr 2007 18:50:31 +0000 |
parents | c0dc6225a1d7 |
children | 6613fb7af427 |
files | libpurple/util.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/util.h Sun Apr 15 18:42:50 2007 +0000 +++ b/libpurple/util.h Sun Apr 15 18:50:31 2007 +0000 @@ -1017,7 +1017,10 @@ gchar *purple_utf8_salvage(const char *str); /** - * Compares two UTF-8 strings case-insensitively. + * Compares two UTF-8 strings case-insensitively. This string is + * more expensive than a simple g_utf8_collate() comparison because + * it calls g_utf8_casefold() on each string, which allocates new + * strings. * * @param a The first string. * @param b The second string.