From 439e0164cd83bf50095e6f66bb036b43a65a68b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 6 Jun 2023 15:56:45 +0400 Subject: ui/dbus: introduce "Interfaces" properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This property is similar to ``org.freedesktop.DBus.Interfaces`` property on the bus interface: it's an array of strings listing the extra interfaces and capabilities available, in a convenient way. Most interfaces are implicit, as they are required. For ``org/qemu/Display1_$id``, we can list the Keyboard And Mouse interfaces. Those could be optional. Signed-off-by: Marc-André Lureau Message-Id: <20230606115658.677673-9-marcandre.lureau@redhat.com> --- ui/dbus-display1.xml | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 116 insertions(+), 2 deletions(-) (limited to 'ui/dbus-display1.xml') diff --git a/ui/dbus-display1.xml b/ui/dbus-display1.xml index cd596f7..06e8779 100644 --- a/ui/dbus-display1.xml +++ b/ui/dbus-display1.xml @@ -26,6 +26,20 @@ The list of consoles available on ``/org/qemu/Display1/Console_$id``. --> + + + + + + @@ -171,7 +200,8 @@ + + + + + + + + -- cgit v1.1