view doc/gtklog-signals.dox @ 17945:cf55077a3752

Remove MSIM_FAKE_SELF_ONLINE option, since our own status is actually updated (it wasn't apparent before msim_set_status was implemented, since without it, we would always appear as invisible (hidden) / offline). Clean up some old comments. The bug mentioned in the last commit message seems to be a Pidgin bug, but I can't reproduce it.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Thu, 12 Jul 2007 04:15:45 +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