comparison plugins/perl/common/BuddyList_Buddy.xs @ 10052:eaec201b2688

[gaim-migrate @ 11013] More rockin status stuff from Dave West! Things are beginning to shape up quite well. Dave, again, sorry it took me a week to get to this. Girl waits for no man. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 19 Sep 2004 21:19:55 +0000
parents 5d9c991549cd
children
comparison
equal deleted inserted replaced
10051:0810288958ad 10052:eaec201b2688
10 const char *alias 10 const char *alias
11 CODE: 11 CODE:
12 RETVAL = gaim_buddy_new(account, name, alias); 12 RETVAL = gaim_buddy_new(account, name, alias);
13 OUTPUT: 13 OUTPUT:
14 RETVAL 14 RETVAL
15
16 void
17 update_presence(buddy, presence)
18 Gaim::BuddyList::Buddy buddy
19 int presence
20 CODE:
21 gaim_blist_update_buddy_presence(buddy, presence);
22 15
23 void 16 void
24 rename(buddy, new_name) 17 rename(buddy, new_name)
25 Gaim::BuddyList::Buddy buddy 18 Gaim::BuddyList::Buddy buddy
26 const char *new_name 19 const char *new_name