| 494 * @param who Buddy name (may be NULL if conv is not NULL) |
494 * @param who Buddy name (may be NULL if conv is not NULL) |
| 495 */ |
495 */ |
| 496 void pidgin_dnd_file_manage(GtkSelectionData *sd, PurpleAccount *account, const char *who); |
496 void pidgin_dnd_file_manage(GtkSelectionData *sd, PurpleAccount *account, const char *who); |
| 497 |
497 |
| 498 /** |
498 /** |
| 499 * Convenience wrapper for purple_buddy_icon_get_scale_size |
499 * Convenience wrapper for purple_buddy_icon_spec_get_scaled_size |
| 500 */ |
500 */ |
| 501 void pidgin_buddy_icon_get_scale_size(GdkPixbuf *buf, PurpleBuddyIconSpec *spec, PurpleIconScaleRules rules, int *width, int *height); |
501 void pidgin_buddy_icon_get_scale_size(GdkPixbuf *buf, PurpleBuddyIconSpec *spec, PurpleIconScaleRules rules, int *width, int *height); |
| 502 |
502 |
| 503 /** |
503 /** |
| 504 * Returns the base image to represent the account, based on |
504 * Returns the base image to represent the account, based on |