comparison libgaim/connection.h @ 14279:c590ec448bc3

[gaim-migrate @ 16964] Minor comment change committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 21 Aug 2006 22:55:08 +0000
parents 60b1bc8dbf37
children 34083fe39891
comparison
equal deleted inserted replaced
14278:f71894e1700d 14279:c590ec448bc3
83 int inpa; /**< The input watcher. */ 83 int inpa; /**< The input watcher. */
84 84
85 GSList *buddy_chats; /**< A list of active chats. */ 85 GSList *buddy_chats; /**< A list of active chats. */
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; /**< How you appear to other people. */
89 guint keepalive; /**< Keep-alive. */ 89 guint keepalive; /**< Keep-alive. */
90 90
91 91
92 gboolean wants_to_die; /**< Wants to Die state. This is set 92 gboolean wants_to_die; /**< Wants to Die state. This is set
93 when the user chooses to log out, 93 when the user chooses to log out,