view doc/core-signals.dox @ 13533:95f4372e63aa

[gaim-migrate @ 15910] If someone changes the topic to the empty string, make the notice say "USER has cleared the topic." instead of "USER has changed the topic to: " Also, only print a message if the topic has actually changed. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 21 Mar 2006 00:47:33 +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