view doc/gtklog-signals.dox @ 24059:f5923e2e6513

Apply khc's patch for 241 error. Tested it out myself. Cleaned up the message a little bit to be more user friendly. I'm not sure if it's a good idea to be putting up a dialog without a way for the user to fix the problem, so I'm not going to say it fixes the ticket, but you should be able to login at least. References #6702.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 17 Sep 2008 04:10:43 +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