comparison libpurple/protocols/gg/gg.h @ 31799:64b362d1c49e

Gadu-Gadu: Allow showing your status only to people on your buddy list. Fixes #13358. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author mateuszpiekos@gmail.com
date Sun, 13 Mar 2011 16:10:16 +0000
parents ed3409c4ccd6
children ef01f180114b
comparison
equal deleted inserted replaced
31797:c9244d8303ce 31799:64b362d1c49e
62 GList *chats; 62 GList *chats;
63 GGPSearches *searches; 63 GGPSearches *searches;
64 int chats_count; 64 int chats_count;
65 GList *pending_richtext_messages; 65 GList *pending_richtext_messages;
66 GHashTable *pending_images; 66 GHashTable *pending_images;
67 gboolean status_broadcasting; //When TRUE status is visible to all, when FALSE status is visible only to friends.
67 } GGPInfo; 68 } GGPInfo;
68 69
69 #endif /* _PURPLE_GG_H */ 70 #endif /* _PURPLE_GG_H */
70 71
71 /* vim: set ts=8 sts=0 sw=8 noet: */ 72 /* vim: set ts=8 sts=0 sw=8 noet: */