comparison libpurple/protocols/gg/search.h @ 31670:34404b2719c5

Fixed searching for buddies in Gadu-Gadu public directory. Fixes #5242
author tomkiewicz@cpw.pidgin.im
date Sat, 18 Jun 2011 11:29:11 +0000
parents 44f53d3fc54f
children
comparison
equal deleted inserted replaced
31669:35395b98f6b5 31670:34404b2719c5
44 char *nickname; 44 char *nickname;
45 char *city; 45 char *city;
46 char *birthyear; 46 char *birthyear;
47 char *gender; 47 char *gender;
48 char *active; 48 char *active;
49 char *offset;
50
51 char *last_uin;
52 49
53 GGPSearchType search_type; 50 GGPSearchType search_type;
54 guint32 seq; 51 guint32 seq;
52 guint16 page_number;
53 guint16 page_size; /* how many contacts fits into one page of results */
55 54
56 void *user_data; 55 void *user_data;
57 void *window; 56 void *window;
58 } GGPSearchForm; 57 } GGPSearchForm;
59 58