comparison 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
comparison
equal deleted inserted replaced
10566:62fc579810f4 10567:54f7939df8e3
914 * @return The presence's warning level. 914 * @return The presence's warning level.
915 */ 915 */
916 unsigned int gaim_presence_get_warning_level(const GaimPresence *presence); 916 unsigned int gaim_presence_get_warning_level(const GaimPresence *presence);
917 917
918 /** 918 /**
919 * Returns the presence's login time.
920 *
921 * @param presence The presence.
922 *
923 * @return The presence's login time.
924 */
925 time_t gaim_presence_get_login_time(const GaimPresence *presence);
926
927 /**
919 * Compares two presences for availability. 928 * Compares two presences for availability.
920 * 929 *
921 * @param presence1 The first presence. 930 * @param presence1 The first presence.
922 * @param presence2 The second presence. 931 * @param presence2 The second presence.
923 * 932 *