Mercurial > pidgin
annotate doc/gtkaccount-signals.dox @ 24283:1ccc28c2613a
This fixes a missing initializer warning I see with gcc 4.3 but haven't seen
previously.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Tue, 21 Oct 2008 02:47:17 +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 |