comparison src/connection.h @ 12272:3ef381cdc47e

[gaim-migrate @ 14574] This should fix idle time reporting for all accounts. Previously it would only work for one account because I'm dumb. We're also doing one idleness check every 5 seconds instead of checking for each account every 20 seconds. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 30 Nov 2005 06:03:49 +0000
parents 0fab529c01fc
children 3ae8a3935406
comparison
equal deleted inserted replaced
12271:3c6675e1400e 12272:3ef381cdc47e
86 void *proto_data; /**< Protocol-specific data. */ 86 void *proto_data; /**< Protocol-specific data. */
87 87
88 char *display_name; /**< The name displayed. */ 88 char *display_name; /**< The name displayed. */
89 guint keepalive; /**< Keep-alive. */ 89 guint keepalive; /**< Keep-alive. */
90 90
91 guint idle_timer; /**< The idle timer. */
92 time_t last_sent_time; /**< The time something was last sent. */
93 91
94 gboolean is_auto_away; /**< Whether or not it's auto-away. */ 92 gboolean is_auto_away; /**< Whether or not it's auto-away. */
95 93
96 gboolean wants_to_die; /**< Wants to Die state. This is set 94 gboolean wants_to_die; /**< Wants to Die state. This is set
97 when the user chooses to log out, 95 when the user chooses to log out,