A few tweaks to PurpleAccountManager

Review Request #2083 — Created Nov. 24, 2022 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

Add a weak pointer on the default_manager instance to clear itself.
Make purple_account_manager_get_default_as_model safe if default_manager is NULL.
Fix the method names for the GListModel implementation.
Mark the type as final.

Ran the tests and docs.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
A few tweaks to PurpleAccountManager
Add a weak pointer on the default_manager instance to clear itself. Make purple_account_manager_get_default_as_model save if default_manager is NULL. Fix the method names for the GListModel implementation. Mark the type as final.
06a4ec4ef6742a6228750539aeeb577b5a45a985 Gary Kramlich
libpurple/purpleaccountmanager.c
Loading...