Mercurial > pidgin
view doc/connection-signals.dox @ 9888:ef5543c8a664
[gaim-migrate @ 10773]
Patch by Dave Bell to send our yahoo build and version info in the auth
packet, which yahoo doesn't require, but his IMLogic firewall apparently
does. Normally I don't care about funky firewalls, but I don't see any
harm in sending this, and it lets me close two tracker items.
Also a stupid compiler warning fix by me.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Thu, 26 Aug 2004 22:31:30 +0000 |
parents | aca39e77db85 |
children | 8cf53d7a0887 |
line wrap: on
line source
/** @page connection-signals Connection Signals @signals @signal signing-on @signal signed-on @signal signing-off @signal signed-off @endsignals <hr> @signaldef signing-on @signalproto void (*signing_on)(GaimConnection *gc); @endsignalproto @signaldesc Emitted when a connection is about to sign on. @param gc The connection that is about to sign on. @endsignaldef @signaldef signed-on @signalproto void (*signed_on)(GaimConnection *gc); @endsignalproto @signaldesc Emitted when a connection has signed on. @param gc The connection that has signed on. @endsignaldef @signaldef signing-off @signalproto void (*signing_off)(GaimConnection *gc); @endsignalproto @signaldesc Emitted when a connection is about to sign off. @param gc The connection that is about to sign off. @endsignaldef @signaldef signed-off @signalproto void (*signed_off)(GaimConnection *gc); @endsignalproto @signaldesc Emitted when a connection has signed off. @param gc The connection that has signed off. @endsignaldef */ // vim: syntax=c tw=75 et