annotate doc/core-signals.dox @ 15079:32814a36f363
[gaim-migrate @ 17864]
Work in progress. I'm committing this mostly so i can work on it from home.
I'm hacking up statusbox to no longer descend from combobox to better get the
appearance and behavior we want. Seems mostly functional, but a lot of looes
ends to tie up.
committer: Tailor Script <tailor@pidgin.im>
author |
Sean Egan <seanegan@gmail.com> |
date |
Fri, 01 Dec 2006 05:01:51 +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
|