diff libpurple/util.h @ 16152:a740afef2daf

Slightly more descriptive
author Mark Doliner <mark@kingant.net>
date Sun, 15 Apr 2007 18:50:31 +0000
parents a5a831a5f186
children 36b09c6f7957
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.