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.

Changes between revision 1 and 2

orig
1
2
3

Commits

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
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.
9934a1cbb3902296248873d6063614f39801c7ad Gary Kramlich
ChangeLog.API
libpurple/account.c
Loading...