view doc/gtklog-signals.dox @ 13740:b51db12351b9

[gaim-migrate @ 16151] It's my hope that this will eliminate the problems auto-fetching AIM away messages (showing "(retrieving)" permanently). Although I don't entirely understand why it had problems before. Unless we just never got a response from a get info request. Which is possible, I guess. Anyhoo, this is just a tiny bit less graceful. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 08 May 2006 02:09:44 +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