mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprofd: implement org.gnome.Sysprof2 compatability API
This allows the new sysprofd to service requests for older clients expecting to talk to or.gnome.Sysprof2.
This commit is contained in:
@ -19,6 +19,12 @@ ipc_service_src = gnome.gdbus_codegen('ipc-service',
|
||||
namespace: 'Ipc',
|
||||
)
|
||||
|
||||
ipc_legacy_src = gnome.gdbus_codegen('ipc-legacy',
|
||||
sources: 'org.gnome.Sysprof2.xml',
|
||||
interface_prefix: 'org.gnome.',
|
||||
namespace: 'IpcLegacy',
|
||||
)
|
||||
|
||||
install_data(['org.gnome.Sysprof3.Profiler.xml',
|
||||
'org.gnome.Sysprof3.Service.xml'],
|
||||
install_dir: join_paths(datadir, 'dbus-1/interfaces'),
|
||||
|
||||
Reference in New Issue
Block a user