diff 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
line wrap: on
line diff
--- a/libgaim/plugins/perl/common/Account.xs	Wed Nov 29 22:43:54 2006 +0000
+++ b/libgaim/plugins/perl/common/Account.xs	Wed Nov 29 23:46:55 2006 +0000
@@ -78,6 +78,11 @@
     Gaim::Account account
     gboolean value
 
+void gaim_account_set_enabled(account, ui, value)
+    Gaim::Account account
+    const char *ui
+    gboolean value
+
 void
 gaim_account_set_proxy_info(account, info)
     Gaim::Account account
@@ -162,6 +167,11 @@
 gaim_account_get_check_mail(account)
     Gaim::Account account
 
+gboolean
+gaim_account_get_enabled(account, ui)
+    Gaim::Account account
+    const char *ui
+
 Gaim::ProxyInfo
 gaim_account_get_proxy_info(account)
     Gaim::Account account