diff src/status.h @ 10567:54f7939df8e3

[gaim-migrate @ 11951] 1) fix the Logged in: thing in tooltips because it disappeared in the status re-write 2) fix the logged in 49 thousand odd days here too committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 03 Feb 2005 15:37:13 +0000
parents 51b87da4e9f0
children b7f0bc436179
line wrap: on
line diff
--- a/src/status.h	Wed Feb 02 17:13:41 2005 +0000
+++ b/src/status.h	Thu Feb 03 15:37:13 2005 +0000
@@ -916,6 +916,15 @@
 unsigned int gaim_presence_get_warning_level(const GaimPresence *presence);
 
 /**
+ * Returns the presence's login time.
+ *
+ * @param presence The presence.
+ *
+ * @return The presence's login time.
+ */
+time_t gaim_presence_get_login_time(const GaimPresence *presence);
+
+/**
  * Compares two presences for availability.
  *
  * @param presence1 The first presence.