Add Purple.Account:protocol

Review Request #3643 — Created Nov. 5, 2024 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

This is construct only property which allows us to do more complicated testing.
This also caches lookups based on Purple.Account:protocol-id.
  • Opened in a devenv and verified my accounts worked.
  • Started creating a new account and verified that changing the protocol didn't throw any warnings.
  • Modified an existing account by changing its protocol without issue.
  • Deprecated purple_account_get_protocol_name as there's no good reason for it.
  • Called in the turtles.

Diff Revision 3

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

orig
1
2
3
4

Commits

First Last Summary ID Author
Add Purple.Account:protocol
This is construct only property which allows us to do more complicated testing. This also caches lookups based on Purple.Account:protocol-id.
296d3a51007c02b2289d500da6fe8af452f5f1a0 Gary Kramlich
libpurple/purpleaccount.h
libpurple/purpleaccount.c
libpurple/tests/meson.build
libpurple/tests/test_account.c
Loading...