view doc/gtkaccount-signals.dox @ 21299:39231317310a

Escape any un-escaped entities in purple_markup_html_to_xhtml when parsing out URLs, this prevents xmlnode errors and allows suppressing duplicate url <url> because the check whether the description matches the url is now comparing apples to apples. I have no idea if this breaks a bunch of other things that assumed these entities do not get escaped. I'm sure we'll find out sooner or later.
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 10 Nov 2007 15:59:05 +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