From 41f8565a25a81a71cef6214a37a88b808bbfa049 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 30 Jul 2019 15:17:47 -0700 Subject: [PATCH] tools: fix type for profiler-ctl --- src/tools/sysprof-profiler-ctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/sysprof-profiler-ctl.c b/src/tools/sysprof-profiler-ctl.c index 5adc5925..323147a6 100644 --- a/src/tools/sysprof-profiler-ctl.c +++ b/src/tools/sysprof-profiler-ctl.c @@ -151,8 +151,8 @@ main (gint argc, opt_object_path, "org.gnome.Sysprof3.Profiler", "Start", - g_variant_new ("(h)", handle), - NULL, + g_variant_new ("(a{sv}h)", NULL, handle), + G_VARIANT_TYPE ("()"), G_DBUS_CALL_FLAGS_ALLOW_INTERACTIVE_AUTHORIZATION, opt_timeout, fd_list,