src/gtkutils.h

changeset 10483
e7b09a8b1f52
parent 10233
7b542749ccb6
child 10590
46b2072e825d
equal deleted inserted replaced
10482:01c1287da66f 10483:e7b09a8b1f52
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_ */

mercurial