diff doc/account-signals.dox @ 13281:e629076386f1

[gaim-migrate @ 15647] SF Patch #1431225 from Sadrul "This emits a signal when the alias of an account is changed. This can be used by plugins which, for example, uses the account-statusboxes." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 14 Feb 2006 07:28:58 +0000
parents 944c97d11bb1
children 8cf53d7a0887
line wrap: on
line diff
--- a/doc/account-signals.dox	Tue Feb 14 05:43:43 2006 +0000
+++ b/doc/account-signals.dox	Tue Feb 14 07:28:58 2006 +0000
@@ -90,5 +90,15 @@
   @param new     The status after change.
  @endsignaldef
 
+ @signaldef account-alias-changed
+  @signalproto
+void (*account_alias_changed)(GaimAccount *account, const char *old);
+  @endsignalproto
+  @signaldesc
+   Emitted when the alias of an account changes (after the change).
+  @param account The account for which the alias was changed.
+  @param old     The alias before change.
+ @endsignaldef
+
  */
 // vim: syntax=c tw=75 et