doc/gtkaccount-signals.dox

Fri, 28 Nov 2008 02:42:47 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Fri, 28 Nov 2008 02:42:47 +0000
changeset 24820
81b5dd16ffb5
parent 20897
2608e9e07913
permissions
-rw-r--r--

Allow blank resources on XMPP when creating/modifying accounts. This works
perfectly with both ejabberd and Google Talk. Other servers should be OK too.

/** @page gtkaccount-signals GtkAccount Signals

 @signals
  @signal account-modified
 @endsignals

 @see gtkaccount.h

 <hr>

 @signaldef account-modified
  @signalproto
void (*account-modified)(PurpleAccount *account);
  @endsignalproto
  @signaldesc
   Emitted when the settings for an account have been changed and saved.
  @param account The account that has been modified.
 @endsignaldef
*/
// vim: syntax=c.doxygen tw=75 et

mercurial