Mercurial > pidgin.yaz
view doc/savedstatus-signals.dox @ 13692:ea77ce998dc7
[gaim-migrate @ 16095]
Part of SF Patch #1437836 from Sadrul
"1. gaim_privacy_[permit|deny]_remove checks whether the
buddy in the list. So it is not necessary to do that
before calling these functions. (first block in the patch)"
Additionally, it does a gaim_normalize()d UTF-8 compare, which should be better than strcmp().
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 25 Apr 2006 17:27:17 +0000 |
parents | d9dbb874a30c |
children | 8cf53d7a0887 |
line wrap: on
line source
/** @page savedstatus-signals Saved Status Signals @signals @signal savedstatus-changed @endsignals <hr> @signaldef savedstatus-changed @signalproto void (*savedstatus_changed)(GaimSavedStatus *new, GaimSavedStatus *old); @endsignalproto @signaldesc Emitted when a new saved status is activated. @endsignaldef */ // vim: syntax=c tw=75 et