mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
tools: fix type for profiler-ctl
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user