comparison plugins/perl/common/BuddyList_Buddy.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 fe0294504602
children 487eeae9dc7e
comparison
equal deleted inserted replaced
9284:fe0291162312 9285:7a8aa87164ae
92 Gaim::BuddyList::Buddy buddy 92 Gaim::BuddyList::Buddy buddy
93 CODE: 93 CODE:
94 RETVAL = gaim_find_buddys_group(buddy); 94 RETVAL = gaim_find_buddys_group(buddy);
95 OUTPUT: 95 OUTPUT:
96 RETVAL 96 RETVAL
97
98 void
99 gaim_buddy_set_setting(buddy, key, value)
100 Gaim::BuddyList::Buddy buddy
101 const char *key
102 const char *value
103
104 const char *
105 gaim_buddy_get_setting(buddy, key)
106 Gaim::BuddyList::Buddy buddy
107 const char *key