mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
gdbus: fix virGDBusCallMethodWithFD stub for non-UNIX
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: a961d93768
This commit is contained in:
parent
a961d93768
commit
b15483ff7b
@ -310,6 +310,7 @@ virGDBusCallMethodWithFD(GDBusConnection *conn,
|
||||
int
|
||||
virGDBusCallMethodWithFD(GDBusConnection *conn G_GNUC_UNUSED,
|
||||
GVariant **reply G_GNUC_UNUSED,
|
||||
const GVariantType *replyType G_GNUC_UNUSED,
|
||||
GUnixFDList **replyFD G_GNUC_UNUSED,
|
||||
virErrorPtr error G_GNUC_UNUSED,
|
||||
const char *busName G_GNUC_UNUSED,
|
||||
|
Loading…
Reference in New Issue
Block a user