libpurple/util.h

changeset 32737
44c6902e2348
parent 32663
1b87b3e98b0a
child 32787
7072f190d6ad
equal deleted inserted replaced
32736:c9def200c7d3 32737:44c6902e2348
1342 * 1342 *
1343 * @param errnum The error code. 1343 * @param errnum The error code.
1344 * 1344 *
1345 * @return The UTF-8 error message. 1345 * @return The UTF-8 error message.
1346 */ 1346 */
1347 G_CONST_RETURN gchar *purple_gai_strerror(gint errnum); 1347 const gchar *purple_gai_strerror(gint errnum);
1348 1348
1349 /** 1349 /**
1350 * Compares two UTF-8 strings case-insensitively. This comparison is 1350 * Compares two UTF-8 strings case-insensitively. This comparison is
1351 * more expensive than a simple g_utf8_collate() comparison because 1351 * more expensive than a simple g_utf8_collate() comparison because
1352 * it calls g_utf8_casefold() on each string, which allocates new 1352 * it calls g_utf8_casefold() on each string, which allocates new

mercurial