mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +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.
|
||||
-->
|
||||
<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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user