view doc/gtklog-signals.dox @ 24836:bd2f4c6add99

These translated strings don't need to be duplicated with g_snprintf. And since the function is called on error only, I really don't think we need to keep around such large (8K) static buffers. References #7910.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 27 Dec 2008 08:41:35 +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