comparison gtk/gtkutils.h @ 15239:30932055bb7c

[gaim-migrate @ 18029] A better fix for the bugs I introduced in revision 18012, that was partially fixed by sf patch #1618871. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 20 Dec 2006 09:31:11 +0000
parents 6cb9996fcc97
children cfdd47296dbc
comparison
equal deleted inserted replaced
15238:ea246204cf36 15239:30932055bb7c
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 *