Mercurial > pidgin
annotate doc/core-signals.dox @ 25220:d0af449f13dc
propagate from branch 'im.pidgin.pidgin' (head 7399f80ea98924dbddd57be1e652ecbae89d3a8e)
to branch 'im.pidgin.cpw.malu.xmpp.attention' (head 07abb875ac06d9094e47cfd2c1adb7f3e93de208)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 24 Nov 2008 22:13:04 +0000 |
parents | e0613cf8c493 |
children | 4179ab2cfe1f |
rev | line source |
---|---|
12053 | 1 /** @page core-signals Core Signals |
2 | |
3 @signals | |
4 @signal quitting | |
5 @endsignals | |
6 | |
20807
e0613cf8c493
Add some links from signal documentation back to the documentation for the
Will Thompson <will.thompson@collabora.co.uk>
parents:
16196
diff
changeset
|
7 @see core.h |
e0613cf8c493
Add some links from signal documentation back to the documentation for the
Will Thompson <will.thompson@collabora.co.uk>
parents:
16196
diff
changeset
|
8 |
12053 | 9 <hr> |
10 | |
11 @signaldef quitting | |
12 @signalproto | |
13 void (*quitting)(); | |
14 @endsignalproto | |
15 @signaldesc | |
16196 | 16 Emitted when libpurple is quitting. |
12053 | 17 @endsignaldef |
18 | |
19 */ | |
20807
e0613cf8c493
Add some links from signal documentation back to the documentation for the
Will Thompson <will.thompson@collabora.co.uk>
parents:
16196
diff
changeset
|
20 // vim: syntax=c.doxygen tw=75 et |