From 48117fc3ea085d123567ccb621809f43a4358938 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 10 Feb 2015 15:05:28 -0600 Subject: Putting things in the right order --- tests/notifications-mock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/notifications-mock.h') diff --git a/tests/notifications-mock.h b/tests/notifications-mock.h index 0cdcbe5..b727eec 100644 --- a/tests/notifications-mock.h +++ b/tests/notifications-mock.h @@ -48,7 +48,7 @@ class NotificationsMock "ret = ['notification-mock', 'Testing harness', '1.0', '1.1']", nullptr); dbus_test_dbus_mock_object_add_method(mock, baseobj, - "Notify", G_VARIANT_TYPE("u"), G_VARIANT_TYPE("(susssasa{sv}i)"), + "Notify", G_VARIANT_TYPE("(susssasa{sv}i)"), G_VARIANT_TYPE("u"), "ret = 10", nullptr); dbus_test_dbus_mock_object_add_method(mock, baseobj, -- cgit v1.2.3