view doc/gtkaccount-signals.dox @ 24470:98afd76647bd

Updates for federated/Yahoo buddies: First, set Member type to EmailMember instead of PassportMember for federated buddies when working with the AL/BL Membership lists. Second, add the MSN.IM.BuddyType annotation to the those same operations for federated buddies. Finally, always update the AL/FL when receiving a federated buddy from the AB, since the previous changes should fix these updates. References #3322. References #6755.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 10 Dec 2008 06:49:56 +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