comparison src/connection.h @ 9981:5b13241a32c8

[gaim-migrate @ 10892] Remove gc->login_time_official for now. oscar was the only thing remotely using it, and it's getting in the way now. I'm very skeptical it even had any benefit committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Sep 2004 04:54:00 +0000
parents e4a27c9aec4c
children 50c1724d5e59
comparison
equal deleted inserted replaced
9980:1cad29047886 9981:5b13241a32c8
85 char *display_name; /**< The name displayed. */ 85 char *display_name; /**< The name displayed. */
86 guint keep_alive; /**< Keep-alive. */ 86 guint keep_alive; /**< Keep-alive. */
87 87
88 guint idle_timer; /**< The idle timer. */ 88 guint idle_timer; /**< The idle timer. */
89 time_t login_time; /**< Time of login. */ 89 time_t login_time; /**< Time of login. */
90 time_t login_time_official; /**< Official time of login. */
91 time_t last_sent_time; /**< The time something was last sent. */ 90 time_t last_sent_time; /**< The time something was last sent. */
92 int is_idle; /**< Idle state of the connection. */ 91 int is_idle; /**< Idle state of the connection. */
93 92
94 gboolean is_auto_away; /**< Whether or not it's auto-away. */ 93 gboolean is_auto_away; /**< Whether or not it's auto-away. */
95 94