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 1

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

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.
8e560b73b3d64d08c02f285b148682d3bd4db91a Gary Kramlich
ChangeLog.API
doc/reference/libpurple/signals_account.md
libpurple/account.c
libpurple/accounts.c
libpurple/protocols.c
Loading...