sip: Make save_to_disk() public and use it when updating accounts

Account credentials will not get updated at all otherwise.
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-08-27 10:10:23 +02:00
parent f47139f7d2
commit 0bfa55473e
3 changed files with 23 additions and 16 deletions

View File

@@ -62,6 +62,7 @@ void calls_sip_provider_load_accounts (CallsSipProvider *s
GKeyFile *key_file);
void calls_sip_provider_save_accounts (CallsSipProvider *self,
GKeyFile *key_file);
gboolean calls_sip_provider_save_accounts_to_disk (CallsSipProvider *self);
void peas_register_types (PeasObjectModule *module);
G_END_DECLS