doc/savedstatus-signals.dox

Mon, 03 Sep 2007 09:45:56 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 03 Sep 2007 09:45:56 +0000
changeset 19766
3b54c91fb393
parent 16244
be35cbf49dfb
child 20897
2608e9e07913
permissions
-rw-r--r--

You can't just look at the first letter of the screen name to determine
if it's AIM or ICQ now. It's possible for someone to register their
email address as an AIM account, and you can register "12345imcool@gmail.com"
as an AIM account. If you only look at the first letter then Pidgin
will think it's ICQ.

/** @page savedstatus-signals Saved Status Signals

 @signals
  @signal savedstatus-changed
 @endsignals

 <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 tw=75 et

mercurial