view doc/core-signals.dox @ 18285:51ebbe199514

Work around bug in older gtk+ versions which does not set the changed_mask appropriately when unsetting flags in the GdkWindowState. For versions less than 2.2.0, we explicitly query the window state when receiving a window state change event. Fixes ticket #739.
author Casey Harkins <charkins@pidgin.im>
date Mon, 25 Jun 2007 17:44:40 +0000
parents 1414e0e01dc5
children e0613cf8c493
line wrap: on
line source

/** @page core-signals Core Signals

 @signals
  @signal quitting
 @endsignals

 <hr>

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

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