view doc/core-signals.dox @ 13559:bbbde2f5c03b

[gaim-migrate @ 15938] This finally bothered me enough to fix. We were only rebuilding the Join a Chat dialog entries when the protocol of the selected account changed. That didn't work so well for jabber since jabber uses different nickname/server values based on which server you choose. I considered testing for jabber specifically instead of always but that seemed uglier and this really won't hurt us much. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 24 Mar 2006 16:04:59 +0000
parents 1ec93dd2f359
children 1414e0e01dc5
line wrap: on
line source

/** @page core-signals Core Signals

 @signals
  @signal quitting
 @endsignals

 <hr>

 @signaldef quitting
  @signalproto
void (*quitting)();
  @endsignalproto
  @signaldesc
   Emitted when gaim is quitting.
 @endsignaldef

 */
// vim: syntax=c tw=75 et