summaryrefslogtreecommitdiff
path: root/gio/tests/gdbus-method-invocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/tests/gdbus-method-invocation.c')
-rw-r--r--gio/tests/gdbus-method-invocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/gdbus-method-invocation.c b/gio/tests/gdbus-method-invocation.c
index 58f092734..1bcf57377 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 ();