pidgin/gtkutils.h

branch
soc.2013.gobjectification.plugins
changeset 36625
e6febbd8cbec
parent 36545
23b59a16c808
child 36637
9b0109ae118d
equal deleted inserted replaced
36624:38043ecaf4a6 36625:e6febbd8cbec
494 * @param who Buddy name (may be NULL if conv is not NULL) 494 * @param who Buddy name (may be NULL if conv is not NULL)
495 */ 495 */
496 void pidgin_dnd_file_manage(GtkSelectionData *sd, PurpleAccount *account, const char *who); 496 void pidgin_dnd_file_manage(GtkSelectionData *sd, PurpleAccount *account, const char *who);
497 497
498 /** 498 /**
499 * Convenience wrapper for purple_buddy_icon_get_scale_size 499 * Convenience wrapper for purple_buddy_icon_spec_get_scaled_size
500 */ 500 */
501 void pidgin_buddy_icon_get_scale_size(GdkPixbuf *buf, PurpleBuddyIconSpec *spec, PurpleIconScaleRules rules, int *width, int *height); 501 void pidgin_buddy_icon_get_scale_size(GdkPixbuf *buf, PurpleBuddyIconSpec *spec, PurpleIconScaleRules rules, int *width, int *height);
502 502
503 /** 503 /**
504 * Returns the base image to represent the account, based on 504 * Returns the base image to represent the account, based on

mercurial