comparison src/connection.h @ 8430:87bd4d4ff499

[gaim-migrate @ 9160] Various uselessness committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 12 Mar 2004 01:55:54 +0000
parents fa6395637e2c
children cc2ce209cc46
comparison
equal deleted inserted replaced
8429:1b6c43246cf6 8430:87bd4d4ff499
92 gboolean is_auto_away; /**< Whether or not it's auto-away. */ 92 gboolean is_auto_away; /**< Whether or not it's auto-away. */
93 93
94 int evil; /**< Warning level for AIM (why is 94 int evil; /**< Warning level for AIM (why is
95 this here?) */ 95 this here?) */
96 96
97 gboolean wants_to_die; /**< Wants to Die state. */ 97 gboolean wants_to_die; /**< Wants to Die state. This is set
98 when the user chooses to sign off,
99 or when the protocol is
100 disconnected and should not be
101 automatically reconnected
102 (incorrect password, etc.) */
98 guint disconnect_timeout; /**< Timer used for nasty stack tricks */ 103 guint disconnect_timeout; /**< Timer used for nasty stack tricks */
99 }; 104 };
100 105
101 #ifdef __cplusplus 106 #ifdef __cplusplus
102 extern "C" { 107 extern "C" {