annotate doc/core-signals.dox @ 15620:4049f4d94c33
I think I was wrong about SOCKS4a. For the record, SOCKS4a is when
the client sends unresolved hostname instead of IP addresses in its
requests. Somebody submitted a bug about it... but I think they're
wrong.
author |
Mark Doliner <mark@kingant.net> |
date |
Sun, 11 Feb 2007 19:34:07 +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
|