Mercurial > pidgin.yaz
comparison plugins/SIGNALS @ 3570:b791019b2492
[gaim-migrate @ 3666]
You win, McQueen.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sun, 29 Sep 2002 04:48:40 +0000 |
parents | cf00549c53d7 |
children | 3196d9044a45 |
comparison
equal
deleted
inserted
replaced
3569:d6468f276d24 | 3570:b791019b2492 |
---|---|
342 This is called when a conversation window is closed. It is | 342 This is called when a conversation window is closed. It is |
343 called before any memory is deallocated so you are able to | 343 called before any memory is deallocated so you are able to |
344 access any data related to the conversation without breaking | 344 access any data related to the conversation without breaking |
345 anything. | 345 anything. |
346 | 346 |
347 'c' is he conversation being closed. | 347 'c' is the conversation being closed. |
348 | 348 |
349 event_connecting: | 349 event_connecting: |
350 struct aim_user *u | 350 struct aim_user *u |
351 | 351 |
352 This is called when Gaim attempts to bring a user on-line. The | 352 This is called when Gaim attempts to bring a user on-line. The |
353 boolean u->connecting is set to true, and connecting_count | 353 boolean u->connecting is set to true, and connecting_count |
354 incremented. The attempt can end with event_signon or event_signoff | 354 incremented. The attempt can end with event_signon or event_signoff |
355 being called, depending upon whether the attempt was a sucess or | 355 being called, depending upon whether the attempt was a sucess or |
356 a failure. In both cases, u->connecting is set to false and the | 356 a failure. In both cases, u->connecting is set to false and the |
357 counter decremented. | 357 counter decremented. |
358 | 358 |
359 'u' is the account being connected. | 359 'u' is the account being connected. |