src/util.h

changeset 9642
ec0b88cf9161
parent 9427
4155f2f8f5fb
child 9670
4e8cb7ef72ab
equal deleted inserted replaced
9641:fdef0b0423b0 9642:ec0b88cf9161
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.

mercurial