Mercurial > pidgin.yaz
annotate doc/savedstatus-signals.dox @ 20570:5913725cbcd6
Use an independant status type for 'current media' stuff, instead of using
status attributes. This includes changes in both xmpp and msn.
Also, in MSN, CurrentMedia is sent with PSM if you turn on the status and
set the attributes on the account.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Thu, 20 Sep 2007 16:30:17 +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 |