comparison libpurple/protocols/gg/gg.h @ 24428:4d50b5d09d4a

Support displaying buddy icons from Gadu-Gadu buddies. Fixes #220. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author Adam Strzelecki <ono@java.pl>
date Sun, 23 Nov 2008 04:11:36 +0000
parents 44b4e8bd759b
children ed3409c4ccd6 c203ceb5bd9a
comparison
equal deleted inserted replaced
24427:39841a84c944 24428:4d50b5d09d4a
63 GGPSearches *searches; 63 GGPSearches *searches;
64 64
65 uin_t tmp_buddy; 65 uin_t tmp_buddy;
66 int chats_count; 66 int chats_count;
67 67
68 GList *pending_richtext_messages;
69 GHashTable *pending_images;
68 } GGPInfo; 70 } GGPInfo;
69
70 71
71 #endif /* _PURPLE_GG_H */ 72 #endif /* _PURPLE_GG_H */
72 73
73 /* vim: set ts=8 sts=0 sw=8 noet: */ 74 /* vim: set ts=8 sts=0 sw=8 noet: */