view doc/gtklog-signals.dox @ 22651:21f1acb9090f

Patch from Maiku: "When the buddy list is set to sort contacts by status, contacts who have a tune set are scored lower than contacts who aren't, even though their status apart from that is the same." Also added more detail to the comment that was intended to prevent this ever happening. Fixes #5493 -- thanks!
author Will Thompson <will.thompson@collabora.co.uk>
date Sat, 12 Apr 2008 17:55:44 +0000
parents e0613cf8c493
children
line wrap: on
line source

/** @page gtklog-signals GtkLog Signals

 @signals
  @signal log-displaying
 @endsignals

 @see gtklog.h

 <hr>

 @signaldef log-displaying
  @signalproto
void (*log_displaying)(PidginLogViewer *viewer, PurpleLog *log);
  @endsignalproto
  @signaldesc
   Emitted when a log is being displayed.
  @param viewer The log viewer
  @param log The log being displayed
 @endsignaldef

*/
// vim: syntax=c.doxygen tw=75 et