comparison src/protocols/jabber/buddy.c @ 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 c86c6f0505ea
children 87b027bb1f15
comparison
equal deleted inserted replaced
13639:43c7e892d8bf 13640:d12bbe6da705
1194 return "offline"; 1194 return "offline";
1195 } 1195 }
1196 return NULL; 1196 return NULL;
1197 } 1197 }
1198 1198
1199 static void user_search_result_add_buddy_cb(GaimConnection *gc, GList *row) 1199 static void user_search_result_add_buddy_cb(GaimConnection *gc, GList *row, void *user_data)
1200 { 1200 {
1201 /* XXX find out the jid */ 1201 /* XXX find out the jid */
1202 gaim_blist_request_add_buddy(gaim_connection_get_account(gc), 1202 gaim_blist_request_add_buddy(gaim_connection_get_account(gc),
1203 g_list_nth_data(row, 0), NULL, NULL); 1203 g_list_nth_data(row, 0), NULL, NULL);
1204 } 1204 }