diff options
Diffstat (limited to 'tests/lib/simple-account.h')
-rw-r--r-- | tests/lib/simple-account.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/simple-account.h b/tests/lib/simple-account.h index 351c6cc22..bfe996108 100644 --- a/tests/lib/simple-account.h +++ b/tests/lib/simple-account.h @@ -66,6 +66,9 @@ void tp_tests_simple_account_set_enabled (TpTestsSimpleAccount *self, void tp_tests_simple_account_add_uri_scheme (TpTestsSimpleAccount *self, const gchar * uri_scheme); +void tp_tests_simple_account_set_avatar (TpTestsSimpleAccount *self, + const gchar *avatar); + G_END_DECLS #endif /* #ifndef __TP_TESTS_SIMPLE_ACCOUNT_H__ */ |