Sun, 12 Feb 2006 22:14:38 +0000
[gaim-migrate @ 15620]
This is the way we clean the code, clean the code, clean the code
This is the way we clean the code, clean the code, clean the code
So early in the morning
| 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 |