| 1 | D-Bus VNC |
| 2 | ========= |
| 3 | |
| 4 | The ``qemu-vnc`` standalone VNC server exposes a D-Bus interface for management |
| 5 | and monitoring of VNC connections. |
| 6 | |
| 7 | The service is available on the bus under the well-known name ``org.qemu.vnc``. |
| 8 | Objects are exported under ``/org/qemu/Vnc1/``. |
| 9 | |
| 10 | .. contents:: |
| 11 | :local: |
| 12 | :depth: 1 |
| 13 | |
| 14 | .. only:: sphinx4 |
| 15 | |
| 16 | .. dbus-doc:: tools/qemu-vnc/qemu-vnc1.xml |
| 17 | |
| 18 | .. only:: not sphinx4 |
| 19 | |
| 20 | .. warning:: |
| 21 | Sphinx 4 is required to build D-Bus documentation. |
| 22 | |
| 23 | This is the content of ``tools/qemu-vnc/qemu-vnc1.xml``: |
| 24 | |
| 25 | .. literalinclude:: ../../tools/qemu-vnc/qemu-vnc1.xml |
| 26 | :language: xml |