Thu, 13 Jan 2022 23:47:42 -0600
remove purple_str_to_time and other unused time utility functions
Testing Done:
Compiled, ran tests, and ran the program.
Reviewed at https://reviews.imfreedom.org/r/1226/
Title: Account Signals Slug: account-signals ## Account Signals ### account-modified ```c void user_function(PurpleAccount *account, gpointer user_data); ``` Emitted when the settings for an account have been changed and saved. **Parameters:** **account** : The account that has been modified. **user_data** : User data set when the signal handler was connected.