mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
Merge branch 'varargs-missing-argument' into 'main'
tests/gdbus-method-invocation: Fix missing g_variant_new() argument See merge request GNOME/glib!3142
This commit is contained in:
commit
79cddc6c75
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user