view doc/gtklog-signals.dox @ 12987:750968cab201

[gaim-migrate @ 15340] This should fix tcl scripts the same way I fixed perl scripts, all tcl scripts will now have ids. Ethan, you are going to want to make sure I fixed this in a way you find appropriate. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 22 Jan 2006 07:37:22 +0000
parents cb36bc2db7c5
children 8cf53d7a0887
line wrap: on
line source

/** @page gtklog-signals GtkLog Signals

 @signals
  @signal log-displaying
 @endsignals

 <hr>

 @signaldef log-displaying
  @signalproto
void (*log_displaying)(GaimGtkLogViewer *viewer, GaimLog *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 tw=75 et