diff --git a/gio/tests/gdbus-method-invocation.c b/gio/tests/gdbus-method-invocation.c index 58f092734832966fb6c4e259852bc2b1f94765af..1bcf57377821d2e8475ba81f01ae8065e1ed13df 100644 --- a/gio/tests/gdbus-method-invocation.c +++ b/gio/tests/gdbus-method-invocation.c @@ -251,7 +251,7 @@ test_method_invocation_return_method_call (GDBusConnection *connection, if (g_str_equal (action, "Valid") || g_str_equal (action, "WrongNumber")) - g_dbus_method_invocation_return_value_with_unix_fd_list (invocation, g_variant_new ("(h)"), list); + g_dbus_method_invocation_return_value_with_unix_fd_list (invocation, g_variant_new ("(h)", 0), list); else g_assert_not_reached ();