view doc/gtklog-signals.dox @ 25460:11458e8584c2

Set a NULL statusline and CurrentMedia if the UBX returns an empty payload, instead of trying to parse the empty text. If only users wouldn't freak out just because they see the word "error"... Fixes #8348.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 15 Feb 2009 22:52:47 +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