comparison plugins/SIGNALS @ 103:c5a1a1b05c26

[gaim-migrate @ 113] Added a spell check plugin. Shows proof-of-concept, mostly. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 10 Apr 2000 00:12:21 +0000
parents 9f6ce50ffb78
children 8c982b7f18d4
comparison
equal deleted inserted replaced
102:8c301530b2a3 103:c5a1a1b05c26
53 Note that you can modify these values. (You are encouraged to do so!) 53 Note that you can modify these values. (You are encouraged to do so!)
54 Note that *other* plugins can also modify these values, so you should 54 Note that *other* plugins can also modify these values, so you should
55 check that they are not NULL, and try not to leave them as NULL. 55 check that they are not NULL, and try not to leave them as NULL.
56 56
57 event_im_send: 57 event_im_send:
58 char **who, char **text 58 char *who, char **text
59 59
60 'who' is the username of the person you're sending the message to. 60 'who' is the username of the person you're sending the message to.
61 'text' is the actual strict text (with HTML tags and all) of the 61 'text' is the actual strict text (with HTML tags and all) of the
62 message you're sending. 62 message you're sending.
63 63
64 Note that you can modify these values. (You are _not_ encouraged to 64 Note that you can modify outgoing text. (You are _not_ encouraged to
65 do so ;-) .) 65 do so ;-) .)
66 66
67 event_buddy_signon: 67 event_buddy_signon:
68 char *who 68 char *who
69 69