view doc/gtklog-signals.dox @ 23095:56d958e7b7d1

Fix a TODO uncovered by Mark the other day. Instead of using a hacky content-type with appended \r\n to make the message attribute look like part of the body, just put the ID: 1 in the body of the message for the nudge datacast.
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 23 May 2008 13:08:08 +0000
parents e0613cf8c493
children
line wrap: on
line source

/** @page gtklog-signals GtkLog Signals

 @signals
  @signal log-displaying
 @endsignals

 @see gtklog.h

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