comparison plugins/perl/common/Account.xs @ 8838:518455386538

[gaim-migrate @ 9604] -Fix the compile error in perl that was my fault -Rename a network.c function and change it's signature (is that work applicable in c?) -Make rendezvous crash when trying to sign on committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 28 Apr 2004 03:16:40 +0000
parents 57478df4faf8
children ce098e226486
comparison
equal deleted inserted replaced
8837:25206a0fb4e4 8838:518455386538
58 gaim_account_set_auto_login(account, ui, value) 58 gaim_account_set_auto_login(account, ui, value)
59 Gaim::Account account 59 Gaim::Account account
60 const char *ui 60 const char *ui
61 gboolean value 61 gboolean value
62 62
63 void
64 gaim_account_set_public_ip(account, ip)
65 Gaim::Account account
66 const char *ip
67
68 gboolean 63 gboolean
69 gaim_account_is_connected(account) 64 gaim_account_is_connected(account)
70 Gaim::Account account 65 Gaim::Account account
71 66
72 const char * 67 const char *
108 gboolean 103 gboolean
109 gaim_account_get_auto_login(account, ui) 104 gaim_account_get_auto_login(account, ui)
110 Gaim::Account account 105 Gaim::Account account
111 const char *ui 106 const char *ui
112 107
113 const char *
114 gaim_account_get_public_ip(account)
115 Gaim::Account account
116
117 108
118 MODULE = Gaim::Account PACKAGE = Gaim::Accounts PREFIX = gaim_accounts_ 109 MODULE = Gaim::Account PACKAGE = Gaim::Accounts PREFIX = gaim_accounts_
119 110
120 void 111 void
121 gaim_accounts_add(account) 112 gaim_accounts_add(account)