Mercurial > pidgin.yaz
view doc/gtklog-signals.dox @ 27974:22dd196b9a0c
Close up scope on some variables and more correctly handle the
all-but-impossible case of purple_chat_new returning NULL.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Fri, 10 Jul 2009 04:46:37 +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