plugins/perl/common/Conversation.xs

changeset 10246
aa5bff72f94c
parent 6982
12f08de92674
child 10856
5956b7883cad
equal deleted inserted replaced
10245:81654bee87e8 10246:aa5bff72f94c
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()

mercurial