On Thu, Oct 20, 2022 at 16:58:55 -0500, Jonathon Jongsma wrote:
Since the libvirt documentation suggests to prefer GObject over
virObject, and since virObject is a GObject, change virFileCache to
allow GObjects as data.
Signed-off-by: Jonathon Jongsma <jjongsma(a)redhat.com>
---
src/util/virfilecache.c | 14 ++++++++------
src/util/virfilecache.h | 2 +-
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>