comparison src/gtkutils.h @ 10483:748aa3c6de36

[gaim-migrate @ 11773] scaling for the buddy icons in the tooltips, and whatever else decided to sneak in on this commit committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 08 Jan 2005 07:25:37 +0000
parents e8d62dc363c5
children 896efbdc74e2
comparison
equal deleted inserted replaced
10482:1ac8f10ce68d 10483:748aa3c6de36
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_ */