| 224 conversation pointer and flags |
224 conversation pointer and flags |
| 225 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a |
225 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a |
| 226 conversation pointer and a pointer to the flags. |
226 conversation pointer and a pointer to the flags. |
| 227 * "drawing-tooltip": the second argument is now a GString* instead of |
227 * "drawing-tooltip": the second argument is now a GString* instead of |
| 228 a char** |
228 a char** |
| |
229 * "drawing-tooltip": added the "full" argument |
| 229 * "chat-invited" handlers can now return a value to control what happens |
230 * "chat-invited" handlers can now return a value to control what happens |
| 230 to the invite (accept, reject, prompt the user). |
231 to the invite (accept, reject, prompt the user). |
| 231 * "buddy-typing" and "buddy-typing-stopped": replaced the GaimConversation* |
232 * "buddy-typing" and "buddy-typing-stopped": replaced the GaimConversation* |
| 232 with GaimAccount*, const char *name. Also, the signal is now emitted |
233 with GaimAccount*, const char *name. Also, the signal is now emitted |
| 233 regardless of whether a conversation exists and regardless of whether |
234 regardless of whether a conversation exists and regardless of whether |