comparison plugins/SIGNALS @ 3554:cf00549c53d7

[gaim-migrate @ 3644] A long annoying patch by one Robert McQueen. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 26 Sep 2002 15:23:33 +0000
parents 6b0cb60162f4
children b791019b2492
comparison
equal deleted inserted replaced
3553:57a233c032eb 3554:cf00549c53d7
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 he 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 a global counter 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.