comparison src/gtkblist.h @ 5563:9eb5b13fd412

[gaim-migrate @ 5965] Just a taste of what's coming. Standard "This won't compile" thing. Plugin authors, you're going to hate me, but that's okay, because I have friends too! It's really late. My brain resembles that of fish swimming in jello pudding with neon lights flying around chanting musicals. I'm not on drugs. I'm just that tired. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 30 May 2003 09:38:29 +0000
parents 04e1e40b99b0
children 960fe32ea9b7
comparison
equal deleted inserted replaced
5562:3c8d34574601 5563:9eb5b13fd412
92 * 92 *
93 * @param account The account. 93 * @param account The account.
94 * 94 *
95 * @return The icon 95 * @return The icon
96 */ 96 */
97 GdkPixbuf *create_prpl_icon(struct gaim_account *account); 97 GdkPixbuf *create_prpl_icon(GaimAccount *account);
98 98
99 /** 99 /**
100 * Refreshes all the nodes of the buddy list. 100 * Refreshes all the nodes of the buddy list.
101 * This should only be called when something changes to affect most of the nodes (such as a ui preference changing) 101 * This should only be called when something changes to affect most of the nodes (such as a ui preference changing)
102 * 102 *