Mercurial > pidgin
annotate doc/savedstatus-signals.dox @ 19408:cc36a5aac908
Fix some conversion warnings about using negative values with unsigned types. There are more, but these were easy fixes. You may think that I'm changing the API, but I'm really not - it was just wrong.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 24 Aug 2007 19:43:41 +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 |