comparison src/protocols/oscar/ssi.c @ 9285:7a8aa87164ae

[gaim-migrate @ 10088] Ok I'm done. This started out as shx's patch to make add/remove buddy/buddies take GaimBuddy and GaimGroup's in various places. I think his diff was like 2000 lines and mine is like 5000. I tried to clean up blist.c a bit and make it more uniform. There are some more g_return_if_fail() checks. Removed some code that was deprecated--it's probably been long enough. Removed some #include <multi.h>'s. Make blist.xml saving happen on a timer, like prefs.xml and accounts.xml. Sorry if this doesn't merge cleanly with whatever you're doing. People should really test this a lot. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 15 Jun 2004 02:37:27 +0000
parents 4f70e8b3e05e
children ecc0f22db510
comparison
equal deleted inserted replaced
9284:fe0291162312 9285:7a8aa87164ae
264 * 264 *
265 * @param list A pointer to the current list of items. 265 * @param list A pointer to the current list of items.
266 * @param gn The group name of the desired item. 266 * @param gn The group name of the desired item.
267 * @param bn The buddy name of the desired item. 267 * @param bn The buddy name of the desired item.
268 * @param type The type of the desired item. 268 * @param type The type of the desired item.
269 * @return Return a pointer to the item if found, else return NULL; 269 * @return Return a pointer to the item if found, else return NULL.
270 */ 270 */
271 faim_export struct aim_ssi_item *aim_ssi_itemlist_finditem(struct aim_ssi_item *list, const char *gn, const char *sn, fu16_t type) 271 faim_export struct aim_ssi_item *aim_ssi_itemlist_finditem(struct aim_ssi_item *list, const char *gn, const char *sn, fu16_t type)
272 { 272 {
273 struct aim_ssi_item *cur; 273 struct aim_ssi_item *cur;
274 if (!list) 274 if (!list)