comparison plugins/perl/common/Account.xs @ 6551:12343e2aaab1

[gaim-migrate @ 7073] Fix the location of Gaim::Accounts::handle(). I had it in Gaim::Account. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 21 Aug 2003 08:51:37 +0000
parents d7e04709be96
children 782eef79cf3c
comparison
equal deleted inserted replaced
6550:f1736493aebb 6551:12343e2aaab1
112 112
113 const char * 113 const char *
114 gaim_account_get_public_ip(account) 114 gaim_account_get_public_ip(account)
115 Gaim::Account account 115 Gaim::Account account
116 116
117 void *
118 handle()
119 CODE:
120 RETVAL = gaim_accounts_get_handle();
121 OUTPUT:
122 RETVAL
123
124 117
125 MODULE = Gaim::Account PACKAGE = Gaim::Accounts PREFIX = gaim_accounts_ 118 MODULE = Gaim::Account PACKAGE = Gaim::Accounts PREFIX = gaim_accounts_
126 119
127 void 120 void
128 gaim_accounts_add(account) 121 gaim_accounts_add(account)
129 Gaim::Account account 122 Gaim::Account account
130 123
131 void 124 void
132 gaim_accounts_remove(account) 125 gaim_accounts_remove(account)
133 Gaim::Account account 126 Gaim::Account account
127
128 void *
129 handle()
130 CODE:
131 RETVAL = gaim_accounts_get_handle();
132 OUTPUT:
133 RETVAL
134 134
135 135
136 MODULE = Gaim::Account PACKAGE = Gaim 136 MODULE = Gaim::Account PACKAGE = Gaim
137 137
138 void 138 void