mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-31 10:05:22 +00:00
lib: add missing D-Bus annotations for UnixFDList
This commit is contained in:
parent
9bb71b8ea8
commit
c9aa3a1a03
@ -56,6 +56,7 @@
|
|||||||
:dbus:iface:`org.qemu.Display1.Listener` interface.
|
:dbus:iface:`org.qemu.Display1.Listener` interface.
|
||||||
-->
|
-->
|
||||||
<method name="RegisterListener">
|
<method name="RegisterListener">
|
||||||
|
<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>
|
||||||
|
|
||||||
@ -306,6 +307,7 @@
|
|||||||
Resize and update the display content with a DMABUF.
|
Resize and update the display content with a DMABUF.
|
||||||
-->
|
-->
|
||||||
<method name="ScanoutDMABUF">
|
<method name="ScanoutDMABUF">
|
||||||
|
<annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
|
||||||
<arg type="h" name="dmabuf" direction="in"/>
|
<arg type="h" name="dmabuf" direction="in"/>
|
||||||
<arg type="u" name="width" direction="in"/>
|
<arg type="u" name="width" direction="in"/>
|
||||||
<arg type="u" name="height" direction="in"/>
|
<arg type="u" name="height" direction="in"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user