Mercurial > pidgin
view doc/core-signals.dox @ 24019:cb60838756e7
Print out SOAP response data as it's received in chunks. Sure, that
means more work when debugging, but at least we aren't printing out the
same stuff over and over. Unfortunately, that 16K buffer because of OS X
still sucks for word wrap performance.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 30 Aug 2008 03:41:18 +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