comparison src/blist.h @ 10052:eaec201b2688

[gaim-migrate @ 11013] More rockin status stuff from Dave West! Things are beginning to shape up quite well. Dave, again, sorry it took me a week to get to this. Girl waits for no man. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 19 Sep 2004 21:19:55 +0000
parents e6e68b9db19b
children af06746954de
comparison
equal deleted inserted replaced
10051:0810288958ad 10052:eaec201b2688
249 void gaim_blist_set_visible(gboolean show); 249 void gaim_blist_set_visible(gboolean show);
250 250
251 /** 251 /**
252 * Updates a buddy's status. 252 * Updates a buddy's status.
253 * 253 *
254 * This needs to not take an int. 254 * @param buddy The buddy whose status has changed.
255 * 255 * @param old_status The status from which we are changing.
256 * @param buddy The buddy whose status has changed 256 */
257 * @param status The new status in cryptic prpl-understood code 257 void gaim_blist_update_buddy_status(GaimBuddy *buddy, GaimStatus *old_status);
258 */
259 void gaim_blist_update_buddy_status(GaimBuddy *buddy, int status);
260
261
262 /**
263 * Updates a buddy's presence.
264 *
265 * @param buddy The buddy whose presence has changed
266 * @param online If the buddy is now online
267 */
268 void gaim_blist_update_buddy_presence(GaimBuddy *buddy, gboolean online);
269 258
270 /** 259 /**
271 * Updates a buddy's signon time. 260 * Updates a buddy's signon time.
272 * 261 *
273 * @param buddy The buddy whose sign-on time has changed. 262 * @param buddy The buddy whose sign-on time has changed.