account-provider: Add debugging in the public functions

This commit is contained in:
Evangelos Ribeiro Tzaras
2021-05-06 12:09:14 +02:00
parent a888ac54b1
commit 80ec7d8a35
3 changed files with 35 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ CallsCredentials *calls_credentials_new ();
gboolean calls_credentials_update_from_keyfile (CallsCredentials *self,
GKeyFile *key_file,
const char *name);
void calls_credentials_set_name (CallsCredentials *self,
const char *name);
const char *calls_credentials_get_name (CallsCredentials *self);
G_END_DECLS