mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
tools: fix type for profiler-ctl
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user