comparison src/connection.h @ 11973:0fab529c01fc

[gaim-migrate @ 14266] Get rid of gc->login_time FYI login_time and is_idle are both in gc->presence committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 04 Nov 2005 17:47:04 +0000
parents 73777ad45562
children 3ef381cdc47e
comparison
equal deleted inserted replaced
11972:73777ad45562 11973:0fab529c01fc
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. */ 91 guint idle_timer; /**< The idle timer. */
92 time_t login_time; /**< Time of login. */
93 time_t last_sent_time; /**< The time something was last sent. */ 92 time_t last_sent_time; /**< The time something was last sent. */
94 93
95 gboolean is_auto_away; /**< Whether or not it's auto-away. */ 94 gboolean is_auto_away; /**< Whether or not it's auto-away. */
96 95
97 gboolean wants_to_die; /**< Wants to Die state. This is set 96 gboolean wants_to_die; /**< Wants to Die state. This is set