| 69 * @param account the account we are displaying the IM on |
69 * @param account the account we are displaying the IM on |
| 70 * @param conv the conversation we are displaying the IM on |
70 * @param conv the conversation we are displaying the IM on |
| 71 * @param message the message we are displaying |
71 * @param message the message we are displaying |
| 72 * @param data user data |
72 * @param data user data |
| 73 */ |
73 */ |
| 74 static gboolean display_im_cb(PurpleAccount *account, const char *who, char **message, |
74 static gboolean display_im_cb(PurpleConversation *conv, PurpleMessage *pmsg, gpointer data); |
| 75 PurpleConnection *conv, PurpleMessageFlags flags, void *data); |
|
| 76 |
75 |
| 77 /** |
76 /** |
| 78 * Callback for CrazyChat plugin configuration frame |
77 * Callback for CrazyChat plugin configuration frame |
| 79 * @param plugin the plugin data |
78 * @param plugin the plugin data |
| 80 * @return the configuration frame |
79 * @return the configuration frame |