| 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 |