annotate doc/core-signals.dox @ 15292:0e8f0468a809
[gaim-migrate @ 18083]
Patch from Graham Booker to change the way we do file checksums for
AIM and ICQ. Instead of checksumming the entire file in a single
go (which can take a lot of time if you're sending a 2GB file to
someone), checksum the file 256KB at a time and return to the glib
mainloop between chunks. The result is that the UI is responsive
while the checksum is being calculated.
It's really quite pleasant.
committer: Tailor Script <tailor@pidgin.im>
author |
Mark Doliner <mark@kingant.net> |
date |
Sun, 07 Jan 2007 20:05:46 +0000 |
parents |
1ec93dd2f359 |
children |
1414e0e01dc5 |
rev |
line source |
12053
|
1 /** @page core-signals Core Signals
|
|
2
|
|
3 @signals
|
|
4 @signal quitting
|
|
5 @endsignals
|
|
6
|
|
7 <hr>
|
|
8
|
|
9 @signaldef quitting
|
|
10 @signalproto
|
|
11 void (*quitting)();
|
|
12 @endsignalproto
|
|
13 @signaldesc
|
|
14 Emitted when gaim is quitting.
|
|
15 @endsignaldef
|
|
16
|
|
17 */
|
|
18 // vim: syntax=c tw=75 et
|