Mercurial > pidgin
view doc/connection-signals.dox @ 9229:395e62cf7bf6
[gaim-migrate @ 10025]
grim made the gtk 2.4 only call that makes im images have a transparent
background (because of the event box) a runtime check instead of a compile
time check, so we'll be able to tell people in 0.79 who go "boohoo! my
im images aren't transparent!" to upgrade gtk, instead of upgrade gtk *AND*
recompile gaim.
he added a similar check to the docket that was supposed to make it
transparent as well, but apparently doesn't. but i guess it doesn't
hurt anything either.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Mon, 07 Jun 2004 04:46:01 +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