lib: add missing D-Bus annotations for UnixFDList

This commit is contained in:
Christian Hergert 2023-02-09 17:28:25 -08:00
parent 9bb71b8ea8
commit c9aa3a1a03

View File

@ -56,6 +56,7 @@
:dbus:iface:`org.qemu.Display1.Listener` interface.
-->
<method name="RegisterListener">
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
<arg type="h" name="listener" direction="in"/>
</method>
@ -306,6 +307,7 @@
Resize and update the display content with a DMABUF.
-->
<method name="ScanoutDMABUF">
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
<arg type="h" name="dmabuf" direction="in"/>
<arg type="u" name="width" direction="in"/>
<arg type="u" name="height" direction="in"/>