pidgin/gtkutils.h

changeset 39561
bd42e65927cf
parent 39481
4db28449567d
child 39568
f4714f1de6d0
equal deleted inserted replaced
39557:bd633ebf4e89 39561:bd42e65927cf
613 * Converts a buddy icon to the required size and format 613 * Converts a buddy icon to the required size and format
614 * 614 *
615 * Returns: The converted image data, or %NULL if an error occurred. 615 * Returns: The converted image data, or %NULL if an error occurred.
616 */ 616 */
617 gpointer pidgin_convert_buddy_icon(PurpleProtocol *protocol, const char *path, size_t *len); 617 gpointer pidgin_convert_buddy_icon(PurpleProtocol *protocol, const char *path, size_t *len);
618
619 /**
620 * pidgin_make_pretty_arrows:
621 * @str: The text to convert
622 *
623 * Converts "->" and "<-" in strings to Unicode arrow characters, for use in referencing
624 * menu items.
625 *
626 * Returns: A newly allocated string with unicode arrow characters
627 */
628 char *pidgin_make_pretty_arrows(const char *str);
629 618
630 /** 619 /**
631 * PidginUtilMiniDialogCallback: 620 * PidginUtilMiniDialogCallback:
632 * 621 *
633 * The type of callbacks passed to pidgin_make_mini_dialog(). 622 * The type of callbacks passed to pidgin_make_mini_dialog().

mercurial