Mercurial > pidgin.yaz
view doc/savedstatus-signals.dox @ 27695:f2c8dd7d4deb
Fix an incorrect string. Yes, this breaks the string freeze. But the string
is wrong and it doesn't make sense to leave an incorrect string here because
that just allows more time for translators to translate the incorrect string.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 19 Jul 2009 16:19:45 +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