comparison: libpurple/protocols/gg/gg.h
libpurple/protocols/gg/gg.h
- branch
- cpw.qulogic.gtk3
- changeset 32438
- dc8991868906
- parent 31550
- 909496097dcf
equal
deleted
inserted
replaced
| 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; |