comparison plugins/perl/common/BuddyList_Group.xs @ 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 1d994e9b81f9
children
comparison
equal deleted inserted replaced
9284:fe0291162312 9285:7a8aa87164ae
51 RETVAL = gaim_blist_get_group_online_count(group); 51 RETVAL = gaim_blist_get_group_online_count(group);
52 OUTPUT: 52 OUTPUT:
53 RETVAL 53 RETVAL
54 54
55 void 55 void
56 gaim_group_set_setting(group, key, value)
57 Gaim::BuddyList::Group group
58 const char *key
59 const char *value
60
61 const char *
62 gaim_group_get_setting(group, key)
63 Gaim::BuddyList::Group group
64 const char *key
65
66 void
67 buddies(group) 56 buddies(group)
68 Gaim::BuddyList::Group group 57 Gaim::BuddyList::Group group
69 PREINIT: 58 PREINIT:
70 GaimBlistNode *node; 59 GaimBlistNode *node;
71 GaimBlistNode *contact; 60 GaimBlistNode *contact;