Mercurial > pidgin
view doc/core-signals.dox @ 24391:d402644d0f98
slplink->swboard will only be null if slplink->session is null. This
should never happen, so this should be a g_return_if_fail() and
not just a simple if(bad)return;
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 13 Nov 2008 06:28:03 +0000 |
parents | e0613cf8c493 |
children | 4179ab2cfe1f |
line wrap: on
line source
/** @page core-signals Core Signals @signals @signal quitting @endsignals @see core.h <hr> @signaldef quitting @signalproto void (*quitting)(); @endsignalproto @signaldesc Emitted when libpurple is quitting. @endsignaldef */ // vim: syntax=c.doxygen tw=75 et