Re: [libvirt PATCH v2 04/16] util: Allow virFileCache data to be any GObject

2022-09-19 Thread Peter Krempa
On Wed, Aug 31, 2022 at 13:40:49 -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 > --- > src/util/virfilecache.c |

[libvirt PATCH v2 04/16] util: Allow virFileCache data to be any GObject

2022-08-31 Thread Jonathon Jongsma
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 --- src/util/virfilecache.c | 15 +-- src/util/virfilecache.h | 2 +- 2 files changed, 10