Mercurial > pidgin
view doc/core-signals.dox @ 15918:f33506aa71af
Fix a one time memleak of 24 bytes. purple_log_init() was passing
in 3 PurpleValues but it only stated that it was passing in 2 values.
So the signals system ignored the third value.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 25 Mar 2007 07:20:01 +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