comparison 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
comparison
equal deleted inserted replaced
13280:3de53fe8345f 13281:e629076386f1
88 @param account The account that changed status. 88 @param account The account that changed status.
89 @param old The status before change. 89 @param old The status before change.
90 @param new The status after change. 90 @param new The status after change.
91 @endsignaldef 91 @endsignaldef
92 92
93 @signaldef account-alias-changed
94 @signalproto
95 void (*account_alias_changed)(GaimAccount *account, const char *old);
96 @endsignalproto
97 @signaldesc
98 Emitted when the alias of an account changes (after the change).
99 @param account The account for which the alias was changed.
100 @param old The alias before change.
101 @endsignaldef
102
93 */ 103 */
94 // vim: syntax=c tw=75 et 104 // vim: syntax=c tw=75 et