Mercurial > pidgin
annotate doc/gtkaccount-signals.dox @ 28713:da768548fc99
propagate from branch 'im.pidgin.pidgin' (head 2980a8828dae367476dcf5d8e52783fdc137d8bf)
to branch 'im.pidgin.cpw.darkrain42.xmpp.scram' (head 9796b72fa5337bb6633b04a951900135c323a2e8)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 17 Nov 2009 23:05:18 +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 |