comparison plugins/perl/common/Conversation.xs @ 12364:6fd82071a7b8

[gaim-migrate @ 14668] sf patch #1373688, from Will Thompson "Make the Perl bindings more Perl-ish" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 05 Dec 2005 23:54:34 +0000
parents 11d14efe7be2
children 622110272ed9
comparison
equal deleted inserted replaced
12363:f758af0373cb 12364:6fd82071a7b8
122 gaim_conversation_update(conv, type) 122 gaim_conversation_update(conv, type)
123 Gaim::Conversation conv 123 Gaim::Conversation conv
124 Gaim::ConvUpdateType type 124 Gaim::ConvUpdateType type
125 125
126 Gaim::Conversation 126 Gaim::Conversation
127 gaim_conversation_new(type, account, name) 127 gaim_conversation_new(class, type, account, name)
128 Gaim::ConversationType type 128 Gaim::ConversationType type
129 Gaim::Account account 129 Gaim::Account account
130 const char *name 130 const char *name
131 C_ARGS:
132 type, account, name
131 133
132 void 134 void
133 gaim_conversation_set_account(conv, account); 135 gaim_conversation_set_account(conv, account);
134 Gaim::Conversation conv 136 Gaim::Conversation conv
135 Gaim::Account account 137 Gaim::Account account