annotate doc/gtkaccount-signals.dox @ 10692:533060d9a2c6
[gaim-migrate @ 12243]
Just because CVS wasn't broken enough...
This is good-style background coloring. http://gaim.sf.net/sean/backcolor.png
It doesn't work very well. I'd call it a "proof-of-concept". In fact, if you
try to send a message, the whole thing infi-loops. I expect Tim to fix it.
Also, we'll need to distinguish between <body background> and <font bgcolor>.
That shouldn't be very difficult. I expect Tim to do that as well.
committer: Tailor Script <tailor@pidgin.im>
author |
Sean Egan <seanegan@gmail.com> |
date |
Mon, 14 Mar 2005 01:55:50 +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 */
|