A few tweaks to PurpleAccountManager
Review Request #2083 — Created Nov. 24, 2022 and submitted — Latest diff uploaded
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.