application: Propagate verbosity to main instance

If another instance of calls was already running, invoking calls with
`-v` flag would set the verbosity for the newly created process and then
exit if it was not the primary instance.
This commit is contained in:
Evangelos Ribeiro Tzaras
2022-10-13 15:18:03 +02:00
parent a5eb750350
commit f7e632dcb4
3 changed files with 36 additions and 0 deletions

View File

@@ -39,3 +39,4 @@
void calls_log_init (void);
void calls_log_increase_verbosity (void);
guint calls_log_get_verbosity (void);
int calls_log_set_verbosity (guint new_verbosity);