Mercurial > pidgin.yaz
annotate doc/gtkaccount-signals.dox @ 19720:b2d213681176
Protocol's (and other plugin's) PurplePluginInfo structs should really be
static. If this breaks the myspace prpl let me know (I don't use it) because
that will need fixing in some other way.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Mon, 10 Sep 2007 23:19:34 +0000 |
parents | 8cf53d7a0887 |
children | e0613cf8c493 |
rev | line source |
---|---|
9609 | 1 /** @page gtkaccount-signals GtkAccount Signals |
2 | |
3 @signals | |
4 @signal account-modified | |
5 @endsignals | |
6 | |
7 <hr> | |
8 | |
9 @signaldef account-modified | |
10 @signalproto | |
16183
8cf53d7a0887
Update the Doxygen signals documentation to match the new struct names.
Richard Laager <rlaager@wiktel.com>
parents:
12291
diff
changeset
|
11 void (*account-modified)(PurpleAccount *account); |
9609 | 12 @endsignalproto |
13 @signaldesc | |
14 Emitted when the settings for an account have been changed and saved. | |
15 @param account The account that has been modified. | |
16 @endsignaldef | |
17 */ | |
12291
5bc3d67ceb24
[gaim-migrate @ 14595]
Etan Reisner <pidgin@unreliablesource.net>
parents:
9609
diff
changeset
|
18 // vim: syntax=c tw=75 et |