comparison src/protocols/gg/search.h @ 12007:8724718d387f

[gaim-migrate @ 14300] Further updates to gg from Bartosz Oler. This makes the login and token retrieval processes asynchronous. There are also some encoding fixes and various cleanups. There are some changes from me to make it work on win32. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 08 Nov 2005 19:45:09 +0000
parents d5599677bf32
children fc464a0abccc
comparison
equal deleted inserted replaced
12006:de25a063aebe 12007:8724718d387f
65 ggp_search_start(GaimConnection *gc, GGPSearchForm *form); 65 ggp_search_start(GaimConnection *gc, GGPSearchForm *form);
66 66
67 /* 67 /*
68 * Return converted to the UTF-8 value of the specified field. 68 * Return converted to the UTF-8 value of the specified field.
69 * 69 *
70 * @param res Public directory look-up result 70 * @param res Public directory look-up result.
71 * @param num Id of the record 71 * @param num Id of the record.
72 * @param fileld Name of the field 72 * @param fileld Name of the field.
73 * 73 *
74 * @return UTF-8 encoded value of the field 74 * @return UTF-8 encoded value of the field.
75 */ 75 */
76 char * 76 char *
77 ggp_search_get_result(gg_pubdir50_t res, int num, const char *field); 77 ggp_search_get_result(gg_pubdir50_t res, int num, const char *field);
78 78
79 79
80 #endif /* _GAIM_GG_SEARCH_H */ 80 #endif /* _GAIM_GG_SEARCH_H */
81 81
82 /* vim: set ts=4 sts=0 sw=4 noet: */ 82 /* vim: set ts=8 sts=0 sw=8 noet: */