comparison plugins/perl/common/Account.xs @ 10738:55af3fa46329

[gaim-migrate @ 12340] Lots of changes here. A lot of it stems from chaning gaim_account_connect() so that it DOES NOT have the GaimStatus parameter. It will attempt to use the GaimStatus of your account from the last time it was connected (which doesn't work quite right yet). My goal here was to save and load each account's GaimStatuses to accounts.xml, so if you were "away" when you signed off then you'll be "away" when you sign back on. Not quite there yet. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 26 Mar 2005 20:08:43 +0000
parents 1a97d5e88d12
children 2f5d99f963eb
comparison
equal deleted inserted replaced
10737:b7f0bc436179 10738:55af3fa46329
5 5
6 Gaim::Connection 6 Gaim::Connection
7 gaim_account_connect(account) 7 gaim_account_connect(account)
8 Gaim::Account account 8 Gaim::Account account
9 CODE: 9 CODE:
10 RETVAL = gaim_account_connect(account, 10 RETVAL = gaim_account_connect(account);
11 gaim_account_get_status(account, "online"));
12 OUTPUT: 11 OUTPUT:
13 RETVAL 12 RETVAL
14 13
15 void 14 void
16 gaim_account_disconnect(account) 15 gaim_account_disconnect(account)