comparison src/gtkutils.h @ 12080:3b52d94437f3

[gaim-migrate @ 14377] The rest of sf patch #1354886, from Sadrul Habib Chowdhury, with an EXTREME amount of changes from me. Come to me, first, if something doesn't work. This allows you to edit the substatuses of a saved status. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Nov 2005 07:20:22 +0000
parents e859c1663a27
children 2cbb5993c819
comparison
equal deleted inserted replaced
12079:15732b01ea3d 12080:3b52d94437f3
360 /** 360 /**
361 * Convenience wrapper for gaim_buddy_icon_get_scale_size 361 * Convenience wrapper for gaim_buddy_icon_get_scale_size
362 */ 362 */
363 void gaim_gtk_buddy_icon_get_scale_size(GdkPixbuf *buf, GaimBuddyIconSpec *spec, int *width, int *height); 363 void gaim_gtk_buddy_icon_get_scale_size(GdkPixbuf *buf, GaimBuddyIconSpec *spec, int *width, int *height);
364 364
365 /**
366 * Returns the base image to represent the account, based on
367 * the currently selected theme.
368 *
369 * @param account The account.
370 *
371 * @return The icon.
372 */
373 GdkPixbuf *gaim_gtk_create_prpl_icon(GaimAccount *account);
374
375 /**
376 * Create a protocol-icon with the status emblem.
377 *
378 * @param account The account.
379 * @param status_type The status type to set the emblem for.
380 *
381 * @return The icon.
382 */
383 GdkPixbuf * gaim_gtk_create_prpl_icon_with_status(GaimAccount *account, GaimStatusType *status_type);
365 384
366 #endif /* _GAIM_GTKUTILS_H_ */ 385 #endif /* _GAIM_GTKUTILS_H_ */