doc/gtkaccount-signals.dox

Mon, 03 Jul 2006 05:37:41 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 03 Jul 2006 05:37:41 +0000
changeset 13974
c6ff47f81057
parent 12291
2af68342099e
child 16244
be35cbf49dfb
permissions
-rw-r--r--

[gaim-migrate @ 16411]
Fix the IRC crash-on-quit bug that I introduced two weeks ago.
My bad. account->disconnecting seems weird to me... it seems
like we should get rid of it and add a GAIM_DISCONNECTING state
to GaimConnectionState, instead

/** @page gtkaccount-signals GtkAccount Signals

 @signals
  @signal account-modified
 @endsignals

 <hr>

 @signaldef account-modified
  @signalproto
void (*account-modified)(GaimAccount *account);
  @endsignalproto
  @signaldesc
   Emitted when the settings for an account have been changed and saved.
  @param account The account that has been modified.
 @endsignaldef
*/
// vim: syntax=c tw=75 et

mercurial