view doc/gtklog-signals.dox @ 13376:8921c9aa2b20

[gaim-migrate @ 15749] There is quite a difference in opinions on marking the client names for translation, so I'm reverting my last commit. I hope this doesn't count as breaking the freeze. :) Also, I found that the same strings were used in the gaim_log_logger_new() invocations, so I'm marking them as well. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 02 Mar 2006 16:16:13 +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