On a Tuesday in 2020, Michal Privoznik wrote:
It was only recently that I learned about g_auto(GStrv).
It's just like our VIR_AUTOSTRINGLIST.
Michal Prívozník (2):
lib: Replace VIR_AUTOSTRINGLIST with GStrv
virstring: Drop VIR_AUTOSTRINGLIST
src/conf/cpu_conf.c | 2 +-
src/conf/domain_conf.c | 2 +-
[...]
tools/virsh-completer-snapshot.c | 2 +-
tools/virsh-completer-volume.c | 2 +-
tools/virsh-completer.c | 4 +--
tools/virsh-domain.c | 4 +--
49 files changed, 116 insertions(+), 136 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano