annotate doc/gtkaccount-signals.dox @ 9609:93211b7538d6
[gaim-migrate @ 10452]
" To write this cleanly I had to add a handle, init, and
uninit functions to gtkaccount.c
Also, made doc/gtkaccount-signals.dox as well as update
plugins/ChangeLog.API
Added plugins/gtk-signals-test.c since we're starting
to get some more ui signals, and it's a great place to
test new signals." --Gary Kramlich
committer: Tailor Script <tailor@pidgin.im>
author |
Luke Schierer <lschiere@pidgin.im> |
date |
Wed, 28 Jul 2004 00:49:22 +0000 |
parents |
|
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 */
|