tools: fix type for profiler-ctl

This commit is contained in:
Christian Hergert
2019-07-30 15:17:47 -07:00
parent b8898fceea
commit 41f8565a25

View File

@ -151,8 +151,8 @@ main (gint argc,
opt_object_path, opt_object_path,
"org.gnome.Sysprof3.Profiler", "org.gnome.Sysprof3.Profiler",
"Start", "Start",
g_variant_new ("(h)", handle), g_variant_new ("(a{sv}h)", NULL, handle),
NULL, G_VARIANT_TYPE ("()"),
G_DBUS_CALL_FLAGS_ALLOW_INTERACTIVE_AUTHORIZATION, G_DBUS_CALL_FLAGS_ALLOW_INTERACTIVE_AUTHORIZATION,
opt_timeout, opt_timeout,
fd_list, fd_list,