Mercurial > pidgin
annotate doc/gtkaccount-signals.dox @ 28747:ebb424b7e0a1
merge of '0bd5c5d235ae8c70b289e3b55a19523c4e28539e'
and '9ba62902a7be15503ccd0006cd59c73fecc6255c'
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 03 Dec 2009 08:02:54 +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 |