comparison libpurple/connection.h @ 32776:8c71a7e95f16

The PurpleConnection->inpa handle is now stored (if needed) within each protocol prpl's protocol_data.
author andrew.victor@mxit.com
date Tue, 18 Oct 2011 21:44:25 +0000
parents 6135b24cdc8a
children
comparison
equal deleted inserted replaced
32775:75daf132caf2 32776:8c71a7e95f16
233 233
234 PurpleConnectionState state; /**< The connection state. */ 234 PurpleConnectionState state; /**< The connection state. */
235 235
236 PurpleAccount *account; /**< The account being connected to. */ 236 PurpleAccount *account; /**< The account being connected to. */
237 char *password; /**< The password used. */ 237 char *password; /**< The password used. */
238 int inpa_; /**< The input watcher. */
239 238
240 GSList *buddy_chats; /**< A list of active chats 239 GSList *buddy_chats; /**< A list of active chats
241 (#PurpleConversation structs of type 240 (#PurpleConversation structs of type
242 #PURPLE_CONV_TYPE_CHAT). */ 241 #PURPLE_CONV_TYPE_CHAT). */
243 void *proto_data; /**< Protocol-specific data. */ 242 void *proto_data; /**< Protocol-specific data. */