account: Add API to query account state

This commit is contained in:
Evangelos Ribeiro Tzaras
2021-07-04 00:24:00 +02:00
committed by Evangelos Ribeiro Tzaras
parent 82ff6d0ac5
commit dd3fbf646e
2 changed files with 19 additions and 0 deletions

View File

@@ -69,5 +69,6 @@ typedef enum {
void calls_account_go_online (CallsAccount *self,
gboolean online);
CallsAccountState calls_account_get_state (CallsAccount *self);
G_END_DECLS