Mercurial > pidgin.yaz
view doc/savedstatus-signals.dox @ 15130:8138277e9369
[gaim-migrate @ 17915]
* Add a little cushion to the rate average calculation to hopefully
account for any inaccuracies due to network lag and stuff
* If one of our connections is disconnected, close the socket and
don't try to write to it again. This will hopefully fix a weird
race condition that Kevin was running into?
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 07 Dec 2006 08:23:18 +0000 |
parents | d9dbb874a30c |
children | 8cf53d7a0887 |
line wrap: on
line source
/** @page savedstatus-signals Saved Status Signals @signals @signal savedstatus-changed @endsignals <hr> @signaldef savedstatus-changed @signalproto void (*savedstatus_changed)(GaimSavedStatus *new, GaimSavedStatus *old); @endsignalproto @signaldesc Emitted when a new saved status is activated. @endsignaldef */ // vim: syntax=c tw=75 et