libvirt/src/test
Daniel P. Berrangé 0d1840729f src: make virObjectUnref return void
To prepare for a conversion to GObject, we need virObjectUnref
to have the same API design as g_object_unref, which means it
needs to be void.

A few places do actually care about the return value though,
and in these cases a thread local flag is used to determine
if the dispose method was invoked.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2020-06-03 10:20:17 +01:00
..
Makefile.inc.am make check-driverimpls work again 2019-11-12 15:00:01 +01:00
test_driver.c src: make virObjectUnref return void 2020-06-03 10:20:17 +01:00
test_driver.h src/test: use #pragma once in headers 2019-06-19 17:12:31 +02:00
test-screenshot.png test: fix screenshot API impl 2016-12-08 10:57:32 +00:00