view doc/gtklog-signals.dox @ 27341:9c0a18f16fce

I was going to change the g_return_if_fail to a normal return but it actually is something that should scream if it happens (as the dialog should be modal), so instead this is just some formatting changes.
author Etan Reisner <pidgin@unreliablesource.net>
date Sat, 27 Jun 2009 00:05:12 +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