Mercurial > pidgin
view doc/savedstatus-signals.dox @ 24573:821afc095104
Patch from 'jfd' (whose trac user account no longer exists) to implement
a purple-remote command to get the status message. I changed the command to
"getstatusmessage" since that made more sense than "getmessage". Fixes #5598.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 30 Nov 2008 18:34:42 +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