]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qobject/qnull.c
include/qapi: add g_autoptr support for qobject types
[mirror_qemu.git] / qobject / qnull.c
index b26b36821905be3e886143328363c1fc056fd474..445a5db7f36f83b568e30bf619e5a2d49d7f610e 100644 (file)
@@ -29,3 +29,8 @@ bool qnull_is_equal(const QObject *x, const QObject *y)
 {
     return true;
 }
+
+void qnull_unref(QNull *q)
+{
+    qobject_unref(q);
+}