view doc/gtklog-signals.dox @ 15278:00fbd797dc29

[gaim-migrate @ 18068] This guy sent us an email on December 25th, 2006 and said he contributed some stuff for getting libgaim to be portable between Unix and Windows. Adam corroborated that, but we're not sure if the stuff he contributed is still around, or if it's been rewritten, etc. So I'm going to add his name in, just in case. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 03 Jan 2007 19:43:33 +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