view doc/gtklog-signals.dox @ 20508:34abe3faeaab

Various (untested) changes to the CurrentMedia parsing. This code is a little less pretty than what I wrote, but it also has the advantage of being less clever. It walks the string character-by-character, which may be easier to understand than mine which uses strchr().
author Richard Laager <rlaager@wiktel.com>
date Sun, 16 Sep 2007 17:52:49 +0000
parents 8cf53d7a0887
children e0613cf8c493
line wrap: on
line source

/** @page gtklog-signals GtkLog Signals

 @signals
  @signal log-displaying
 @endsignals

 <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 tw=75 et