comparison src/blist.h @ 7950:7b8407d8c546

[gaim-migrate @ 8624] Move the "Logged In:" tooltip thingy to the core. Much thanks to Evan Schoenberg of Adium. This shouldn't affect anything for oscar. For jabber some servers/accounts might start showing a "Logged In:" line in people's tooltips. I'm really not sure when it will or won't. I bet faceprint knows! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 29 Dec 2003 06:13:36 +0000
parents e873d0bd0e6c
children 5a6853d0ae27
comparison
equal deleted inserted replaced
7949:b356e2a9d7fc 7950:7b8407d8c546
245 * @param buddy The buddy whose presence has changed 245 * @param buddy The buddy whose presence has changed
246 * @param presence The new presence 246 * @param presence The new presence
247 */ 247 */
248 void gaim_blist_update_buddy_presence(GaimBuddy *buddy, int presence); 248 void gaim_blist_update_buddy_presence(GaimBuddy *buddy, int presence);
249 249
250 /**
251 * Updates a buddy's signon time.
252 *
253 * @param buddy The buddy whose idle time has changed.
254 * @param signon The buddy's signon time since the dawn of the UNIX epoch.
255 */
256 void gaim_blist_update_buddy_signon(GaimBuddy *buddy, time_t signon);
250 257
251 /** 258 /**
252 * Updates a buddy's idle time. 259 * Updates a buddy's idle time.
253 * 260 *
254 * @param buddy The buddy whose idle time has changed 261 * @param buddy The buddy whose idle time has changed