Mercurial > pidgin
view doc/gtklog-signals.dox @ 18757:d54fecfe6bf7
Fix a bug with multi-field selections in Pidgin's implementation of
the request API where, if a field had multiple selected values then
only the first one would show up as selected.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 31 Jul 2007 16:30:58 +0000 |
parents | 8cf53d7a0887 |
children | e0613cf8c493 |
line wrap: on
line source
/** @page gtklog-signals GtkLog Signals @signals @signal log-displaying @endsignals <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 tw=75 et