]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
gdbus: fix virGDBusCallMethodWithFD stub for non-UNIX
authorJán Tomko <jtomko@redhat.com>
Wed, 23 Sep 2020 11:18:49 +0000 (13:18 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 23 Sep 2020 11:19:03 +0000 (13:19 +0200)
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: a961d93768f18c28979ca2841832cd7278bf95b8
src/util/virgdbus.c

index 837c8faf1f7f170b9be7d9058e86f270a8dc131a..cd9ca8d5d6cdb6cb35fa20f97f1700075940e5a5 100644 (file)
@@ -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,