mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03: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