Add PurpleAccount::error property and remove "account-error-changed" and "account-status-changing" signals.

Review Request #2036 — Created Nov. 5, 2022 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

Also sorted the account signal changes in ChangeLog.API.

The account-error-changed signal is easily replaced by the notify signal for the
new property, and account-status_changing wasn't used by anything.

Used the account actions of the demo protocol plugin to disconnect the account without issue.

Diff Revision 3 (Latest)

orig
1
2
3

Commits

First Last Summary ID Author
Add PurpleAccount::error property and remove "account-error-changed" and "acc...
Also sorted the account signal changes in ChangeLog.API. The account-error-changed signal is easily replaced by the notify signal for the new property, and account-status_changing wasn't used by anything.
b35ccdc0a439b304b18cdbbbdd523356adf0225a Gary Kramlich
ChangeLog.API
doc/reference/libpurple/signals_account.md
libpurple/account.c
libpurple/accounts.c
libpurple/protocols.c
Loading...