comparison libpurple/protocols/gg/gg.h @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents f236f3fce0d8
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
22 22
23 23
24 #ifndef _PURPLE_GG_H 24 #ifndef _PURPLE_GG_H
25 #define _PURPLE_GG_H 25 #define _PURPLE_GG_H
26 26
27 #undef printf
27 #include <libgadu.h> 28 #include <libgadu.h>
28 #include "internal.h" 29 #include "internal.h"
29 #include "search.h" 30 #include "search.h"
30 #include "connection.h" 31 #include "connection.h"
31 32
56 } GGPToken; 57 } GGPToken;
57 58
58 typedef struct { 59 typedef struct {
59 60
60 struct gg_session *session; 61 struct gg_session *session;
62 guint inpa;
61 GGPToken *token; 63 GGPToken *token;
62 GList *chats; 64 GList *chats;
63 GGPSearches *searches; 65 GGPSearches *searches;
64 int chats_count; 66 int chats_count;
65 GList *pending_richtext_messages; 67 GList *pending_richtext_messages;