comparison plugins/SIGNALS @ 4491:3196d9044a45

[gaim-migrate @ 4766] aim_user is dead. long live gaim_account. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 31 Jan 2003 13:03:47 +0000
parents b791019b2492
children 3b6f48766acb
comparison
equal deleted inserted replaced
4490:70b892694e0b 4491:3196d9044a45
345 anything. 345 anything.
346 346
347 'c' is the 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 gaim_account *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