comparison libgaim/plugins/perl/common/Account.xs @ 15066:e53cceebebb3

[gaim-migrate @ 17849] Update the Perl HOWTO to include working samples and various other fixes. In order to actually do this, I had to also make some fixes to the perl bindings. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 29 Nov 2006 23:46:55 +0000
parents 75034345bf52
children
comparison
equal deleted inserted replaced
15065:252c0b69813b 15066:e53cceebebb3
76 void 76 void
77 gaim_account_set_check_mail(account, value) 77 gaim_account_set_check_mail(account, value)
78 Gaim::Account account 78 Gaim::Account account
79 gboolean value 79 gboolean value
80 80
81 void gaim_account_set_enabled(account, ui, value)
82 Gaim::Account account
83 const char *ui
84 gboolean value
85
81 void 86 void
82 gaim_account_set_proxy_info(account, info) 87 gaim_account_set_proxy_info(account, info)
83 Gaim::Account account 88 Gaim::Account account
84 Gaim::ProxyInfo info 89 Gaim::ProxyInfo info
85 90
160 165
161 gboolean 166 gboolean
162 gaim_account_get_check_mail(account) 167 gaim_account_get_check_mail(account)
163 Gaim::Account account 168 Gaim::Account account
164 169
170 gboolean
171 gaim_account_get_enabled(account, ui)
172 Gaim::Account account
173 const char *ui
174
165 Gaim::ProxyInfo 175 Gaim::ProxyInfo
166 gaim_account_get_proxy_info(account) 176 gaim_account_get_proxy_info(account)
167 Gaim::Account account 177 Gaim::Account account
168 178
169 Gaim::Status 179 Gaim::Status