comparison plugins/perl/common/Account.xs @ 7176:57478df4faf8

[gaim-migrate @ 7744] it would be cool if perl worked again, i guess committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 06 Oct 2003 04:36:44 +0000
parents 782eef79cf3c
children 518455386538
comparison
equal deleted inserted replaced
7175:3a1b5a9b09c8 7176:57478df4faf8
128 Gaim::Account 128 Gaim::Account
129 find(name, protocol_id) 129 find(name, protocol_id)
130 const char *name 130 const char *name
131 const char *protocol_id 131 const char *protocol_id
132 CODE: 132 CODE:
133 RETVAL = gaim_accounts_find_with_prpl_id(name, protocol_id); 133 RETVAL = gaim_accounts_find(name, protocol_id);
134 OUTPUT: 134 OUTPUT:
135 RETVAL 135 RETVAL
136 136
137 void * 137 void *
138 handle() 138 handle()