Mercurial > pidgin
view doc/gtklog-signals.dox @ 24315:848542528965
Simplify some of the changes. Yeah, this code sucks. I wrote it a LONG
time ago. Let's finish gobjectification, and grow some good language
bindings so I can rewrite this in a higher-level language.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 30 Oct 2008 02:36:22 +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