annotate doc/core-signals.dox @ 12473:d180bb2953e7
[gaim-migrate @ 14784]
Sadrul's patch to enable formatting key shortcuts in the statusbox uses a function that was introduced in GTK+ 2.4.0. This will keep things building on older versions, but ideally, we'd find some other way to provide the same functionality that would work on all versions of GTK+ 2.
I'm away from my normal Internet connections. I realized I forgot to commit this before I left, and I just had some downtime so I figured I'd take care of it. The modem on my laptop isn't playing nicely today, so I retyped these changes onto another computer (thankfully MacOS X has an SSH client). If it's broken, please accept my apologies.
committer: Tailor Script <tailor@pidgin.im>
author |
Richard Laager <rlaager@wiktel.com> |
date |
Tue, 13 Dec 2005 00:49:56 +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
|