Mercurial > pidgin
view doc/gtklog-signals.dox @ 32699:eca1f14826e5
Since XMPP is already a split-prpl thing, make two new prpls for
Facebook and Google Talk, to replace the UI hacks. This is a lazy
first commit though, just copying the files. This'll make setting
up the GTK+3 stuff easier.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Wed, 28 Dec 2011 08:47:49 +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