Mercurial > pidgin
annotate doc/savedstatus-signals.dox @ 16340:bf8c596cf0db
Sean told me to fix this, so I am. This makes several ICQ smileys work properly (escaping spaces), correct escapes all backslashes, and comments out four Yahoo smileys that conspicuously fail to exist. I'd make them, but I'm no artist.
author | Kevin Stange <kevin@simguy.net> |
---|---|
date | Tue, 24 Apr 2007 05:13:40 +0000 |
parents | 8cf53d7a0887 |
children | e0613cf8c493 |
rev | line source |
---|---|
13387 | 1 /** @page savedstatus-signals Saved Status Signals |
2 | |
3 @signals | |
4 @signal savedstatus-changed | |
5 @endsignals | |
6 | |
7 <hr> | |
8 | |
9 @signaldef savedstatus-changed | |
10 @signalproto | |
16183
8cf53d7a0887
Update the Doxygen signals documentation to match the new struct names.
Richard Laager <rlaager@wiktel.com>
parents:
13387
diff
changeset
|
11 void (*savedstatus_changed)(PurpleSavedStatus *new, PurpleSavedStatus *old); |
13387 | 12 @endsignalproto |
13 @signaldesc | |
14 Emitted when a new saved status is activated. | |
15 @endsignaldef | |
16 | |
17 */ | |
18 // vim: syntax=c tw=75 et |