diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-05-20 20:49:21 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@konsulko.com> | 2023-05-20 21:04:28 +0000 |
commit | 7a3e870a8349d43a4838604db2c28140c2f76c9f (patch) | |
tree | de3a0d2928b2d4ae8521b40c50bda485cc9671d0 /data/org.freedesktop.Application.xml | |
parent | 5cab14e6a98519e0b6c6043a1a19e42f094d6522 (diff) |
Remove deprecated D-Bus interface
As applaunchd now uses gRPC as its API and launches applications as
systemd services, plus all applications have been converted now, it
is time to remove the old D-Bus interface.
Bug-AGL: SPEC-4801
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Change-Id: Icec29c13d9310cfb043b87e44f4c5f3f0c986ccc
Diffstat (limited to 'data/org.freedesktop.Application.xml')
-rw-r--r-- | data/org.freedesktop.Application.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/data/org.freedesktop.Application.xml b/data/org.freedesktop.Application.xml deleted file mode 100644 index dc03d70..0000000 --- a/data/org.freedesktop.Application.xml +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> -<node> - <interface name='org.freedesktop.Application'> - <method name='Activate'> - <arg type='a{sv}' name='platform_data' direction='in'/> - </method> - <method name='Open'> - <arg type='as' name='uris' direction='in'/> - <arg type='as' name='platform_data' direction='in'/> - </method> - <method name='ActivateAction'> - <arg type='s' name='action_name' direction='in'/> - <arg type='av' name='parameter' direction='in'/> - <arg type='as' name='platform_data' direction='in'/> - </method> - </interface> -</node> |