comparison libpurple/protocols/gg/gg.h @ 32774:f236f3fce0d8

GG: Move the "inpa" input watcher into protocol_data.
author andrew.victor@mxit.com
date Tue, 18 Oct 2011 21:27:51 +0000
parents ef01f180114b
children
comparison
equal deleted inserted replaced
32773:c2dcb6d3b246 32774:f236f3fce0d8
57 } GGPToken; 57 } GGPToken;
58 58
59 typedef struct { 59 typedef struct {
60 60
61 struct gg_session *session; 61 struct gg_session *session;
62 guint inpa;
62 GGPToken *token; 63 GGPToken *token;
63 GList *chats; 64 GList *chats;
64 GGPSearches *searches; 65 GGPSearches *searches;
65 int chats_count; 66 int chats_count;
66 GList *pending_richtext_messages; 67 GList *pending_richtext_messages;