Mercurial > pidgin
view doc/gtklog-signals.dox @ 20940:d1695d02c498
Fix CID 308, which was an error about code which could not be reached. I
think this is the right fix, though I think that means that buddy icons
were never being deleted properly.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 15 Oct 2007 00:47:48 +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