| 360 void gaim_dnd_file_manage(GtkSelectionData *sd, GaimAccount *account, const char *who); |
360 void gaim_dnd_file_manage(GtkSelectionData *sd, GaimAccount *account, const char *who); |
| 361 |
361 |
| 362 /** |
362 /** |
| 363 * Convenience wrapper for gaim_buddy_icon_get_scale_size |
363 * Convenience wrapper for gaim_buddy_icon_get_scale_size |
| 364 */ |
364 */ |
| 365 void gaim_gtk_buddy_icon_get_scale_size(GdkPixbuf *buf, GaimBuddyIconSpec *spec, int *width, int *height); |
365 void gaim_gtk_buddy_icon_get_scale_size(GdkPixbuf *buf, GaimBuddyIconSpec *spec, GaimIconScaleRules rules, int *width, int *height); |
| 366 |
366 |
| 367 /** |
367 /** |
| 368 * Returns the base image to represent the account, based on |
368 * Returns the base image to represent the account, based on |
| 369 * the currently selected theme. |
369 * the currently selected theme. |
| 370 * |
370 * |