mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2025-03-07 16:55:13 +00:00
lib: ensure UnixFDList availability for AudioIn/Out
This commit is contained in:
parent
98032981cd
commit
ec60165c70
@ -493,6 +493,7 @@
|
|||||||
:dbus:iface:`org.qemu.Display1.AudioOutListener` interface.
|
:dbus:iface:`org.qemu.Display1.AudioOutListener` interface.
|
||||||
-->
|
-->
|
||||||
<method name="RegisterOutListener">
|
<method name="RegisterOutListener">
|
||||||
|
<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>
|
||||||
|
|
||||||
@ -508,6 +509,7 @@
|
|||||||
:dbus:iface:`org.qemu.Display1.AudioInListener` interface.
|
:dbus:iface:`org.qemu.Display1.AudioInListener` interface.
|
||||||
-->
|
-->
|
||||||
<method name="RegisterInListener">
|
<method name="RegisterInListener">
|
||||||
|
<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>
|
||||||
</interface>
|
</interface>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user