Mercurial > pidgin.yaz
annotate doc/gtkaccount-signals.dox @ 25906:88364ec4cdaf
Backport a conjunction of the portions of revisions
87f1558b52a3b5861b8e8f50ca0a04637b8c2102 and
b4506bcf7c69a70d3548ad9a804b2916534b48f7 that actually apply to this branch.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Fri, 19 Jun 2009 01:07:51 +0000 |
parents | e0613cf8c493 |
children |
rev | line source |
---|---|
9609 | 1 /** @page gtkaccount-signals GtkAccount Signals |
2 | |
3 @signals | |
4 @signal account-modified | |
5 @endsignals | |
6 | |
20807
e0613cf8c493
Add some links from signal documentation back to the documentation for the
Will Thompson <will.thompson@collabora.co.uk>
parents:
16183
diff
changeset
|
7 @see gtkaccount.h |
e0613cf8c493
Add some links from signal documentation back to the documentation for the
Will Thompson <will.thompson@collabora.co.uk>
parents:
16183
diff
changeset
|
8 |
9609 | 9 <hr> |
10 | |
11 @signaldef account-modified | |
12 @signalproto | |
16183
8cf53d7a0887
Update the Doxygen signals documentation to match the new struct names.
Richard Laager <rlaager@wiktel.com>
parents:
12291
diff
changeset
|
13 void (*account-modified)(PurpleAccount *account); |
9609 | 14 @endsignalproto |
15 @signaldesc | |
16 Emitted when the settings for an account have been changed and saved. | |
17 @param account The account that has been modified. | |
18 @endsignaldef | |
19 */ | |
20807
e0613cf8c493
Add some links from signal documentation back to the documentation for the
Will Thompson <will.thompson@collabora.co.uk>
parents:
16183
diff
changeset
|
20 // vim: syntax=c.doxygen tw=75 et |