Mercurial > pidgin
view doc/gtklog-signals.dox @ 23562:3b3d7039bc8e
Daniel Atallah pointed out that this was obviously wrong. So we would
have leaked a struct containing info about a chat if the connection
to the chatroom failed for any reason, or if you signed offline while
the connection was pending. All better!
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 17 Jul 2008 16:08: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