comparison src/util.h @ 9642:8901ef16f310

[gaim-migrate @ 10490] Some changes that don't affect anything. Ethan might want to do something with this function? I'm too lazy to read the gaim-devel emails in detail. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 02 Aug 2004 03:33:00 +0000
parents 66b3f54527e6
children ed3bbf36de75
comparison
equal deleted inserted replaced
9641:9981fcce85c1 9642:8901ef16f310
664 * 664 *
665 * @param str The source string. 665 * @param str The source string.
666 * 666 *
667 * @return The UTF-8 string, or @c NULL if it could not be converted. 667 * @return The UTF-8 string, or @c NULL if it could not be converted.
668 */ 668 */
669 char *gaim_utf8_try_convert(const char *str); 669 gchar *gaim_utf8_try_convert(const char *str);
670 670
671 /** 671 /**
672 * Compares two UTF-8 strings. 672 * Compares two UTF-8 strings.
673 * 673 *
674 * @param a The first string. 674 * @param a The first string.