view doc/core-signals.dox @ 12578:6609528f7099

[gaim-migrate @ 14900] quoth Jeffery To : " Yahoo changed "Gender:" to "Sex:" during their profile redesign, at least for en and en_GB. This patch changes the strings we're looking for." who continues: "The Italian profiles patch undid the changes in this patch" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 20 Dec 2005 12:21:18 +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