annotate doc/core-signals.dox @ 14343:0387a167f342
[gaim-migrate @ 17044]
A WM can now act on keystrokes. As an example, the sample WM will toggle
the buddylist on pressing Alt+b.
Mouse clicking and scrolling is now supported in most/all widgets.
To use a WM, you need to add "wm=/path/to/wm.so" under [general] in ~/.gntrc.
committer: Tailor Script <tailor@pidgin.im>
author |
Sadrul Habib Chowdhury <imadil@gmail.com> |
date |
Sat, 26 Aug 2006 12:54:39 +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
|