comparison src/tooltalk.doc @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents c5d627a313b1
children
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
201 201
202 202
203 (create-tooltalk-message) 203 (create-tooltalk-message)
204 204
205 Create a new tooltalk message. The messages session attribute is 205 Create a new tooltalk message. The messages session attribute is
206 initialized to the default session. Other attributes can be intialized 206 initialized to the default session. Other attributes can be initialized
207 with set-tooltalk-message-attribute. Make-tooltalk-message is the 207 with set-tooltalk-message-attribute. Make-tooltalk-message is the
208 preferred to create and initialize a message. 208 preferred to create and initialize a message.
209 209
210 210
211 (destroy-tooltalk-message msg) 211 (destroy-tooltalk-message msg)
212 212
213 Apply tt_message_destroy to the message. It's not necessary 213 Apply tt_message_destroy to the message. It's not necessary
214 to destroy messages after they've been proccessed by a message or 214 to destroy messages after they've been processed by a message or
215 pattern callback, the Lisp/Tooltalk callback machinery does this 215 pattern callback, the Lisp/Tooltalk callback machinery does this
216 for you. 216 for you.
217 217
218 218
219 219