Mercurial > pidgin
view doc/savedstatus-signals.dox @ 20827:6e6a870fd4f6
This is the correct fix.
iirc the include for signals.h was back when this was still a plugin and it was listening for the cipher signals which is not the case anymore
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Sun, 07 Oct 2007 23:40:58 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page savedstatus-signals Saved Status Signals @signals @signal savedstatus-changed @endsignals @see savedstatus.h <hr> @signaldef savedstatus-changed @signalproto void (*savedstatus_changed)(PurpleSavedStatus *new, PurpleSavedStatus *old); @endsignalproto @signaldesc Emitted when a new saved status is activated. @endsignaldef */ // vim: syntax=c.doxygen tw=75 et