comparison plugins/perl/common/Account.xs @ 12364:6fd82071a7b8

[gaim-migrate @ 14668] sf patch #1373688, from Will Thompson "Make the Perl bindings more Perl-ish" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 05 Dec 2005 23:54:34 +0000
parents eb14bbcf7249
children d3476701107d
comparison
equal deleted inserted replaced
12363:f758af0373cb 12364:6fd82071a7b8
6 Gaim::Presence 6 Gaim::Presence
7 gaim_account_get_presence(account) 7 gaim_account_get_presence(account)
8 Gaim::Account account 8 Gaim::Account account
9 9
10 Gaim::Account 10 Gaim::Account
11 gaim_account_new(username, protocol_id) 11 gaim_account_new(class, username, protocol_id)
12 const char * username 12 const char * username
13 const char * protocol_id 13 const char * protocol_id
14 C_ARGS:
15 username, protocol_id
14 16
15 void 17 void
16 gaim_account_destroy(account) 18 gaim_account_destroy(account)
17 Gaim::Account account 19 Gaim::Account account
18 20