view doc/gtklog-signals.dox @ 30774:4f4e4c312837

Update pidgin.ico file. This image is made of a bunch of different size Pidgin icons, each one is basically its own layer. And I guess MS Windows picks an appropriate one to use as the icon. Apparently two of the images in the old version of this file had goofy looking eyes. Maybe Hylke created a better version of these small icons, but somehow this image wasn't updated. Then "axet" modified the .ico and submitted an updated version. Fixes #6743
author Mark Doliner <mark@kingant.net>
date Tue, 10 Aug 2010 05:16:09 +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