comparison src/list.h @ 4757:c4ebe1a8484b

[gaim-migrate @ 5074] this fixes a bunch of little things, as well as a few big things, plugs a few leaks, and makes the new buddy icon cache stuff much cooler. enjoy! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 14 Mar 2003 01:14:24 +0000
parents ac7ca2bd6d4f
children b6f6a10f9baf
comparison
equal deleted inserted replaced
4756:85637881b342 4757:c4ebe1a8484b
190 void gaim_blist_update_buddy_idle(struct buddy *buddy, int idle); 190 void gaim_blist_update_buddy_idle(struct buddy *buddy, int idle);
191 191
192 192
193 /** 193 /**
194 * Updates a buddy's warning level. 194 * Updates a buddy's warning level.
195 * 195 *
196 * @param buddy The buddy whose warning level has changed 196 * @param buddy The buddy whose warning level has changed
197 * @param evil The warning level as an int from 0 to 100 (or higher, I guess... but that'd be weird) 197 * @param evil The warning level as an int from 0 to 100 (or higher, I guess... but that'd be weird)
198 */ 198 */
199 void gaim_blist_update_buddy_evil(struct buddy *buddy, int warning); 199 void gaim_blist_update_buddy_evil(struct buddy *buddy, int warning);
200
201 /**
202 * Updates a buddy's warning level.
203 *
204 * @param buddy The buddy whose buddy icon has changed
205 */
206 void gaim_blist_update_buddy_icon(struct buddy *buddy);
207
200 208
201 209
202 /** 210 /**
203 * Renames a buddy in the buddy list. 211 * Renames a buddy in the buddy list.
204 * 212 *