comparison src/protocols/gg/gg.h @ 13640:d12bbe6da705

[gaim-migrate @ 16038] * Changed signatures of some of the search results notify API functions. * GG PRPL: Support parallel public directory searches. committer: Tailor Script <tailor@pidgin.im>
author Bartoz Oler <bartosz@pidgin.im>
date Sun, 16 Apr 2006 10:10:55 +0000
parents 41747a38a1a8
children c99d04f8a42b
comparison
equal deleted inserted replaced
13639:43c7e892d8bf 13640:d12bbe6da705
26 26
27 #include <libgadu.h> 27 #include <libgadu.h>
28 #include "search.h" 28 #include "search.h"
29 #include "connection.h" 29 #include "connection.h"
30 30
31
31 typedef struct 32 typedef struct
32 { 33 {
33 char *name; 34 char *name;
34 GList *participants; 35 GList *participants;
35 36
51 } GGPToken; 52 } GGPToken;
52 53
53 typedef struct { 54 typedef struct {
54 55
55 struct gg_session *session; 56 struct gg_session *session;
56 GGPSearchForm *search_form;
57 GGPToken *token; 57 GGPToken *token;
58 GList *chats; 58 GList *chats;
59 void *searchresults_window; 59 GGPSearches *searches;
60 60
61 uin_t tmp_buddy; 61 uin_t tmp_buddy;
62 int chats_count; 62 int chats_count;
63 63
64 } GGPInfo; 64 } GGPInfo;