view doc/gtklog-signals.dox @ 13823:4a1debda969d

[gaim-migrate @ 16263] Fix SF Bug #1504509 "in file trunk/plugins/tcl/Makefile.mingw is forgotten to add the new file tcl_ref.c to the source list." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 12 Jun 2006 13:24:10 +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