comparison libpurple/connection.h @ 32772:6135b24cdc8a

Samtime: Move the "inpa" input watcher into protocol_data.
author andrew.victor@mxit.com
date Tue, 18 Oct 2011 21:17:08 +0000
parents 50cd80d3554e
children 8c71a7e95f16
comparison
equal deleted inserted replaced
32771:a78523019e7a 32772:6135b24cdc8a
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. */ 238 int inpa_; /**< The input watcher. */
239 239
240 GSList *buddy_chats; /**< A list of active chats 240 GSList *buddy_chats; /**< A list of active chats
241 (#PurpleConversation structs of type 241 (#PurpleConversation structs of type
242 #PURPLE_CONV_TYPE_CHAT). */ 242 #PURPLE_CONV_TYPE_CHAT). */
243 void *proto_data; /**< Protocol-specific data. */ 243 void *proto_data; /**< Protocol-specific data. */