mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
data: Sync the DBus spec file
Minus few Windows specific bits that we are not going to use any time soon
This commit is contained in:
parent
9334cd4ee9
commit
73e49437e2
@ -26,6 +26,20 @@
|
|||||||
The list of consoles available on ``/org/qemu/Display1/Console_$id``.
|
The list of consoles available on ``/org/qemu/Display1/Console_$id``.
|
||||||
-->
|
-->
|
||||||
<property name="ConsoleIDs" type="au" access="read"/>
|
<property name="ConsoleIDs" type="au" access="read"/>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Interfaces:
|
||||||
|
|
||||||
|
This property lists extra interfaces provided by the
|
||||||
|
/org/qemu/Display1/VM object, and can be used to detect
|
||||||
|
the capabilities with which they are communicating.
|
||||||
|
|
||||||
|
Unlike the standard D-Bus Introspectable interface, querying this
|
||||||
|
property does not require parsing XML.
|
||||||
|
|
||||||
|
(earlier version of the display interface do not provide this property)
|
||||||
|
-->
|
||||||
|
<property name="Interfaces" type="as" access="read"/>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@ -122,12 +136,27 @@
|
|||||||
The device address (ex: "pci/0000/02.0").
|
The device address (ex: "pci/0000/02.0").
|
||||||
-->
|
-->
|
||||||
<property name="DeviceAddress" type="s" access="read"/>
|
<property name="DeviceAddress" type="s" access="read"/>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Interfaces:
|
||||||
|
|
||||||
|
This property lists extra interfaces provided by the
|
||||||
|
``/org/qemu/Display1/Console_$id`` object, and can be used to detect the
|
||||||
|
capabilities with which they are communicating.
|
||||||
|
|
||||||
|
Unlike the standard D-Bus Introspectable interface, querying this
|
||||||
|
property does not require parsing XML.
|
||||||
|
|
||||||
|
(earlier version of the display interface do not provide this property)
|
||||||
|
-->
|
||||||
|
<property name="Interfaces" type="as" access="read"/>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
org.qemu.Display1.Keyboard:
|
org.qemu.Display1.Keyboard:
|
||||||
|
|
||||||
This interface in implemented on ``/org/qemu/Display1/Console_$id`` (see
|
This interface is optionally implemented on
|
||||||
|
``/org/qemu/Display1/Console_$id`` (see
|
||||||
:dbus:iface:`~org.qemu.Display1.Console`).
|
:dbus:iface:`~org.qemu.Display1.Console`).
|
||||||
-->
|
-->
|
||||||
<interface name="org.qemu.Display1.Keyboard">
|
<interface name="org.qemu.Display1.Keyboard">
|
||||||
@ -166,7 +195,8 @@
|
|||||||
<!--
|
<!--
|
||||||
org.qemu.Display1.Mouse:
|
org.qemu.Display1.Mouse:
|
||||||
|
|
||||||
This interface in implemented on ``/org/qemu/Display1/Console_$id`` (see
|
This interface is optionally implemented on
|
||||||
|
``/org/qemu/Display1/Console_$id`` (see
|
||||||
:dbus:iface:`~org.qemu.Display1.Console` documentation).
|
:dbus:iface:`~org.qemu.Display1.Console` documentation).
|
||||||
|
|
||||||
.. _dbus-button-values:
|
.. _dbus-button-values:
|
||||||
@ -261,7 +291,7 @@
|
|||||||
@x: The x coordinates.
|
@x: The x coordinates.
|
||||||
@y: The y coordinates.
|
@y: The y coordinates.
|
||||||
|
|
||||||
Send a touch gesture begin event.
|
Send a touch gesture event.
|
||||||
-->
|
-->
|
||||||
<method name="SendEvent">
|
<method name="SendEvent">
|
||||||
<arg type="u" name="kind" direction="in"/>
|
<arg type="u" name="kind" direction="in"/>
|
||||||
@ -417,6 +447,20 @@
|
|||||||
<annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/>
|
<annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/>
|
||||||
</arg>
|
</arg>
|
||||||
</method>
|
</method>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Interfaces:
|
||||||
|
|
||||||
|
This property lists extra interfaces provided by the
|
||||||
|
/org/qemu/Display1/Listener object, and can be used to detect
|
||||||
|
the capabilities with which they are communicating.
|
||||||
|
|
||||||
|
Unlike the standard D-Bus Introspectable interface, querying this
|
||||||
|
property does not require parsing XML.
|
||||||
|
|
||||||
|
(earlier version of the display interface do not provide this property)
|
||||||
|
-->
|
||||||
|
<property name="Interfaces" type="as" access="read"/>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@ -514,6 +558,20 @@
|
|||||||
<annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/>
|
<annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/>
|
||||||
</arg>
|
</arg>
|
||||||
</method>
|
</method>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Interfaces:
|
||||||
|
|
||||||
|
This property lists extra interfaces provided by the
|
||||||
|
/org/qemu/Display1/Clipboard object, and can be used to detect
|
||||||
|
the capabilities with which they are communicating.
|
||||||
|
|
||||||
|
Unlike the standard D-Bus Introspectable interface, querying this
|
||||||
|
property does not require parsing XML.
|
||||||
|
|
||||||
|
(earlier version of the display interface do not provide this property)
|
||||||
|
-->
|
||||||
|
<property name="Interfaces" type="as" access="read"/>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@ -553,6 +611,20 @@
|
|||||||
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
|
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
|
||||||
<arg type="h" name="listener" direction="in"/>
|
<arg type="h" name="listener" direction="in"/>
|
||||||
</method>
|
</method>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Interfaces:
|
||||||
|
|
||||||
|
This property lists extra interfaces provided by the
|
||||||
|
/org/qemu/Display1/Audio object, and can be used to detect
|
||||||
|
the capabilities with which they are communicating.
|
||||||
|
|
||||||
|
Unlike the standard D-Bus Introspectable interface, querying this
|
||||||
|
property does not require parsing XML.
|
||||||
|
|
||||||
|
(earlier version of the display interface do not provide this property)
|
||||||
|
-->
|
||||||
|
<property name="Interfaces" type="as" access="read"/>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@ -639,6 +711,20 @@
|
|||||||
<annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/>
|
<annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/>
|
||||||
</arg>
|
</arg>
|
||||||
</method>
|
</method>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Interfaces:
|
||||||
|
|
||||||
|
This property lists extra interfaces provided by the
|
||||||
|
/org/qemu/Display1/AudioOutListener object, and can be used to detect
|
||||||
|
the capabilities with which they are communicating.
|
||||||
|
|
||||||
|
Unlike the standard D-Bus Introspectable interface, querying this
|
||||||
|
property does not require parsing XML.
|
||||||
|
|
||||||
|
(earlier version of the display interface do not provide this property)
|
||||||
|
-->
|
||||||
|
<property name="Interfaces" type="as" access="read"/>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@ -727,6 +813,20 @@
|
|||||||
<annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/>
|
<annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/>
|
||||||
</arg>
|
</arg>
|
||||||
</method>
|
</method>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Interfaces:
|
||||||
|
|
||||||
|
This property lists extra interfaces provided by the
|
||||||
|
/org/qemu/Display1/AudioInListener object, and can be used to detect
|
||||||
|
the capabilities with which they are communicating.
|
||||||
|
|
||||||
|
Unlike the standard D-Bus Introspectable interface, querying this
|
||||||
|
property does not require parsing XML.
|
||||||
|
|
||||||
|
(earlier version of the display interface do not provide this property)
|
||||||
|
-->
|
||||||
|
<property name="Interfaces" type="as" access="read"/>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@ -802,5 +902,19 @@
|
|||||||
The D-Bus unique name of the registered handler.
|
The D-Bus unique name of the registered handler.
|
||||||
-->
|
-->
|
||||||
<property name="Owner" type="s" access="read"/>
|
<property name="Owner" type="s" access="read"/>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Interfaces:
|
||||||
|
|
||||||
|
This property lists extra interfaces provided by the
|
||||||
|
``/org/qemu/Display1/Chardev_$i`` object, and can be used to detect
|
||||||
|
the capabilities with which they are communicating.
|
||||||
|
|
||||||
|
Unlike the standard D-Bus Introspectable interface, querying this
|
||||||
|
property does not require parsing XML.
|
||||||
|
|
||||||
|
(earlier version of the display interface do not provide this property)
|
||||||
|
-->
|
||||||
|
<property name="Interfaces" type="as" access="read"/>
|
||||||
</interface>
|
</interface>
|
||||||
</node>
|
</node>
|
||||||
|
Loading…
Reference in New Issue
Block a user