comparison plugins/perl/common/Conversation.xs @ 10246:a66cf83552dc

[gaim-migrate @ 11386] I changed gaim_find_conversation and gaim_find_conversation_with_account The first parameter is now one of GAIM_CONV_IM, GAIM_CONV_CHAT or GAIM_CONV_ANY. Unfortunately, this changes a bajillion files. Please look over this and make sure I use the correct type everywhere. Especially in Novell and MSN, and somewhat in SILC. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 23 Nov 2004 06:14:15 +0000
parents 083d1e4a9c78
children 6132e58aa618
comparison
equal deleted inserted replaced
10245:c143a3fac58d 10246:a66cf83552dc
97 Gaim::Conversation 97 Gaim::Conversation
98 find_with_account(name, account) 98 find_with_account(name, account)
99 const char *name 99 const char *name
100 Gaim::Account account 100 Gaim::Account account
101 CODE: 101 CODE:
102 RETVAL = gaim_find_conversation_with_account(name, account); 102 RETVAL = gaim_find_conversation_with_account(GAIM_CONV_ANY, name, account);
103 OUTPUT: 103 OUTPUT:
104 RETVAL 104 RETVAL
105 105
106 void * 106 void *
107 handle() 107 handle()