| 364 * @param account Account to be used (may be NULL if conv is not NULL) |
364 * @param account Account to be used (may be NULL if conv is not NULL) |
| 365 * @param who Buddy name (may be NULL if conv is not NULL) |
365 * @param who Buddy name (may be NULL if conv is not NULL) |
| 366 */ |
366 */ |
| 367 void gaim_dnd_file_manage(GtkSelectionData *sd, GaimAccount *account, const char *who); |
367 void gaim_dnd_file_manage(GtkSelectionData *sd, GaimAccount *account, const char *who); |
| 368 |
368 |
| |
369 /** |
| |
370 * Convenience wrapper for gaim_buddy_icon_get_scale_size |
| |
371 */ |
| |
372 void gaim_gtk_buddy_icon_get_scale_size(GdkPixbuf *buf, GaimBuddyIconSpec *spec, int *width, int *height); |
| |
373 |
| 369 |
374 |
| 370 #endif /* _GAIM_GTKUTILS_H_ */ |
375 #endif /* _GAIM_GTKUTILS_H_ */ |