annotate doc/gtkaccount-signals.dox @ 11073:634fec5ed0f2
[gaim-migrate @ 13082]
sf patch #1235304, from Lalo Martins
Allow for custom IRC quit messages. I hope Ethan doesn't kill me.
Also, I couldn't get quit messages to work for me before OR after
this patch. I tried using "/quit" and Buddies->Quit in the buddy
list. What was I doing wrong?
committer: Tailor Script <tailor@pidgin.im>
author |
Mark Doliner <mark@kingant.net> |
date |
Sat, 09 Jul 2005 19:19:53 +0000 |
parents |
93211b7538d6 |
children |
5bc3d67ceb24 |
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
|
|
11 void (*account-modified)(GaimAccount *account);
|
|
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 */
|