comparison libpurple/util.h @ 25438:4b8c4870b13a

propagate from branch 'im.pidgin.pidgin.next.minor' (head 7305b29db7bd00d3261f348c71674c93aa31b327) to branch 'im.pidgin.pidgin' (head d8c03c68d591d9392607d954942ee58b8618d946)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 02 Mar 2009 04:18:40 +0000
parents d25cbbea7fe5 eece2d17ab65
children fd97c0de433d d8e6a2d592a4
comparison
equal deleted inserted replaced
25437:8998ca47e6d0 25438:4b8c4870b13a
1220 * @since 2.4.0 1220 * @since 2.4.0
1221 */ 1221 */
1222 G_CONST_RETURN gchar *purple_gai_strerror(gint errnum); 1222 G_CONST_RETURN gchar *purple_gai_strerror(gint errnum);
1223 1223
1224 /** 1224 /**
1225 * Compares two UTF-8 strings case-insensitively. This string is 1225 * Compares two UTF-8 strings case-insensitively. This comparison is
1226 * more expensive than a simple g_utf8_collate() comparison because 1226 * more expensive than a simple g_utf8_collate() comparison because
1227 * it calls g_utf8_casefold() on each string, which allocates new 1227 * it calls g_utf8_casefold() on each string, which allocates new
1228 * strings. 1228 * strings.
1229 * 1229 *
1230 * @param a The first string. 1230 * @param a The first string.