Mercurial > pidgin
annotate doc/gtkaccount-signals.dox @ 18102:74842d0ac1a7
Show the previously selected custom font, what this is meant to do.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 15 Jun 2007 08:24:08 +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 |