diff 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
line wrap: on
line diff
--- a/src/blist.h	Mon Dec 29 05:14:16 2003 +0000
+++ b/src/blist.h	Mon Dec 29 06:13:36 2003 +0000
@@ -247,6 +247,13 @@
  */
 void gaim_blist_update_buddy_presence(GaimBuddy *buddy, int presence);
 
+/**
+ * Updates a buddy's signon time.
+ *
+ * @param buddy  The buddy whose idle time has changed.
+ * @param signon The buddy's signon time since the dawn of the UNIX epoch.
+ */
+void gaim_blist_update_buddy_signon(GaimBuddy *buddy, time_t signon);
 
 /**
  * Updates a buddy's idle time.