Mercurial > pidgin
changeset 11685:d309a383ebf7
[gaim-migrate @ 13971]
We removed this signal a little while ago.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Mon, 17 Oct 2005 20:33:35 +0000 |
parents | c1906dc6257c |
children | 0914f135760a |
files | doc/account-signals.dox |
diffstat | 1 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/account-signals.dox Mon Oct 17 16:42:10 2005 +0000 +++ b/doc/account-signals.dox Mon Oct 17 20:33:35 2005 +0000 @@ -4,7 +4,6 @@ @signal account-connecting @signal account-setting-info @signal account-set-info - @signal account-warned @signal account-status-changed @endsignals @@ -40,17 +39,6 @@ @param new_info The new information set. @endsignaldef - @signaldef account-warned - @signalproto -void (*account_warned)(GaimAccount *account, const char *warner, int level); - @endsignalproto - @signaldesc - Emitted when an account got warned. - @param account The account that was warned. - @param warner The screenname of the user that warned the account. - @param level The new warning level. - @endsignaldef - @signaldef account-status-changed @signalproto void (*account_status_changed)(GaimAccount *account, GaimStatus *old, GaimStatus *new);