diff options
Diffstat (limited to 'tests/lib/logger-test-helper.c')
-rw-r--r-- | tests/lib/logger-test-helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/logger-test-helper.c b/tests/lib/logger-test-helper.c index 64c72a29a..928e28345 100644 --- a/tests/lib/logger-test-helper.c +++ b/tests/lib/logger-test-helper.c @@ -27,7 +27,7 @@ #include "util.h" void -tpl_test_create_and_prepare_account (TpDBusDaemon *dbus, +tpl_test_create_and_prepare_account (GDBusConnection *dbus, TpClientFactory *factory, const gchar *path, TpAccount **account, @@ -56,7 +56,7 @@ tpl_test_create_and_prepare_account (TpDBusDaemon *dbus, } void -tpl_test_release_account (TpDBusDaemon *dbus, +tpl_test_release_account (GDBusConnection *dbus, TpAccount *account, TpTestsSimpleAccount *account_service) { |