| 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(). |