view doc/gtkaccount-signals.dox @ 29540:c0d337670835

Oops, I forgot this. This is done internally in libgadu, and not doing it produces a ton of warnings in libgadu itself. This does have the unfortunate side effect of masking the warnings in our Gadu-Gadu prpl, but we can worry about that once this stuff works everywhere we need it to. Refs #10542.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 24 Feb 2010 02:30:35 +0000
parents e0613cf8c493
children
line wrap: on
line source

/** @page gtkaccount-signals GtkAccount Signals

 @signals
  @signal account-modified
 @endsignals

 @see gtkaccount.h

 <hr>

 @signaldef account-modified
  @signalproto
void (*account-modified)(PurpleAccount *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.doxygen tw=75 et