comparison libgaim/prpl.h @ 14974:c0d6f960675b

[gaim-migrate @ 17753] Patch #1595831 (fix for bug 1595828 - chat_invite has reversed params) from Ryan Barrett. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 15 Nov 2006 19:52:37 +0000
parents 28c7e23bcc7e
children 97ae8709d6dc
comparison
equal deleted inserted replaced
14973:f16e056f816d 14974:c0d6f960675b
242 void (*set_permit_deny)(GaimConnection *); 242 void (*set_permit_deny)(GaimConnection *);
243 void (*join_chat)(GaimConnection *, GHashTable *components); 243 void (*join_chat)(GaimConnection *, GHashTable *components);
244 void (*reject_chat)(GaimConnection *, GHashTable *components); 244 void (*reject_chat)(GaimConnection *, GHashTable *components);
245 char *(*get_chat_name)(GHashTable *components); 245 char *(*get_chat_name)(GHashTable *components);
246 void (*chat_invite)(GaimConnection *, int id, 246 void (*chat_invite)(GaimConnection *, int id,
247 const char *who, const char *message); 247 const char *message, const char *who);
248 void (*chat_leave)(GaimConnection *, int id); 248 void (*chat_leave)(GaimConnection *, int id);
249 void (*chat_whisper)(GaimConnection *, int id, 249 void (*chat_whisper)(GaimConnection *, int id,
250 const char *who, const char *message); 250 const char *who, const char *message);
251 int (*chat_send)(GaimConnection *, int id, const char *message, GaimMessageFlags flags); 251 int (*chat_send)(GaimConnection *, int id, const char *message, GaimMessageFlags flags);
252 void (*keepalive)(GaimConnection *); 252 void (*keepalive)(GaimConnection *);