mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: use a{sv} for future profiler specific options
We may need this in the future to send backend-specific options to the profiler peer.
This commit is contained in:
@ -229,7 +229,7 @@ sysprof_proxy_source_monitor (SysprofProxySource *self,
|
||||
self->object_path,
|
||||
"org.gnome.Sysprof3.Profiler",
|
||||
"Start",
|
||||
g_variant_new ("(h)", handle),
|
||||
g_variant_new ("(a{sv}h)", NULL, handle),
|
||||
G_VARIANT_TYPE ("()"),
|
||||
G_DBUS_CALL_FLAGS_NO_AUTO_START,
|
||||
-1,
|
||||
|
||||
Reference in New Issue
Block a user